Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp128 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType
130 return m_type_system->IsFunctionPointerType(m_type); in IsFunctionPointerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h113 bool IsFunctionPointerType() const;
H A DTypeSystem.h164 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1043 if (valobj.GetCompilerType().IsFunctionPointerType()) { in GetHardcodedSummaries()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h589 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3122 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang
3139 return IsFunctionPointerType( in IsFunctionPointerType()