Home
last modified time | relevance | path

Searched refs:IsFunctionPointerType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h158 bool IsFunctionPointerType() const;
H A DTypeSystem.h172 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp142 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType
145 return type_system_sp->IsFunctionPointerType(m_type); in IsFunctionPointerType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1536 CT.IsFunctionPointerType() || CT.IsMemberFunctionPointerType() || in GetHardcodedSummaries()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h664 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3132 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang