Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h160 bool IsMemberFunctionPointerType() const;
H A DTypeSystem.h175 IsMemberFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp149 bool CompilerType::IsMemberFunctionPointerType() const { in IsMemberFunctionPointerType() function in CompilerType
152 return type_system_sp->IsMemberFunctionPointerType(m_type); in IsMemberFunctionPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h666 bool IsMemberFunctionPointerType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3123 bool TypeSystemClang::IsMemberFunctionPointerType( in IsMemberFunctionPointerType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1536 CT.IsFunctionPointerType() || CT.IsMemberFunctionPointerType() || in GetHardcodedSummaries()