Home
last modified time | relevance | path

Searched refs:IsBlockPointerType (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp36 block_pointer_type.IsBlockPointerType(&function_pointer_type); in BlockPointerSyntheticFrontEnd()
H A DCPlusPlusLanguage.cpp1432 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSummaries()
1479 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSynthetics()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp157 bool CompilerType::IsBlockPointerType( in IsBlockPointerType() function in CompilerType
161 return type_system_sp->IsBlockPointerType(m_type, function_pointer_type_ptr); in IsBlockPointerType()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h168 IsBlockPointerType(CompilerType *function_pointer_type_ptr = nullptr) const;
H A DTypeSystem.h172 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h597 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3207 bool TypeSystemClang::IsBlockPointerType( in IsBlockPointerType() function in TypeSystemClang
3235 return IsBlockPointerType( in IsBlockPointerType()