Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h109 bool IsFunctionPointerType() const;
DTypeSystem.h164 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp122 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType
124 return m_type_system->IsFunctionPointerType(m_type); in IsFunctionPointerType()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp1038 if (valobj.GetCompilerType().IsFunctionPointerType()) { in GetHardcodedSummaries()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h592 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp3053 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang
3070 return IsFunctionPointerType( in IsFunctionPointerType()