Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h158 bool IsFunctionPointerType() const;
H A DTypeSystem.h177 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp163 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType
166 return type_system_sp->IsFunctionPointerType(m_type); in IsFunctionPointerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h675 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3169 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1581 CT.IsFunctionPointerType() || CT.IsMemberFunctionPointerType() || in GetHardcodedSummaries()