Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A 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/
H A DCompilerType.h165 bool IsFunctionPointerType() const;
H A DTypeSystem.h170 virtual bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1393 if (valobj.GetCompilerType().IsFunctionPointerType()) { in GetHardcodedSummaries()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h595 bool IsFunctionPointerType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3182 bool TypeSystemClang::IsFunctionPointerType(lldb::opaque_compiler_type_t type) { in IsFunctionPointerType() function in TypeSystemClang
3199 return IsFunctionPointerType( in IsFunctionPointerType()