Searched refs:IsFunctionPointerType (Results 1 – 6 of 6) sorted by relevance
110 bool IsFunctionPointerType() const;
167 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
584 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
142 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType144 return m_type_system->IsFunctionPointerType(m_type); in IsFunctionPointerType()
3277 bool ClangASTContext::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in ClangASTContext3289 return IsFunctionPointerType(llvm::cast<clang::TypedefType>(qual_type) in IsFunctionPointerType()3294 return IsFunctionPointerType(llvm::cast<clang::AutoType>(qual_type) in IsFunctionPointerType()3298 return IsFunctionPointerType(llvm::cast<clang::ElaboratedType>(qual_type) in IsFunctionPointerType()3302 return IsFunctionPointerType( in IsFunctionPointerType()3310 return IsFunctionPointerType( in IsFunctionPointerType()
980 if (valobj.GetCompilerType().IsFunctionPointerType()) { in GetHardcodedSummaries()