Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DCompilerType.cpp150 bool CompilerType::IsFunctionPointerType() const { in IsFunctionPointerType() function in CompilerType
153 return type_system_sp->IsFunctionPointerType(m_type); in IsFunctionPointerType()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DCompilerType.h165 bool IsFunctionPointerType() const;
DTypeSystem.h170 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp1393 if (valobj.GetCompilerType().IsFunctionPointerType()) { in GetHardcodedSummaries()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h595 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp3182 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang
3199 return IsFunctionPointerType( in IsFunctionPointerType()