Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp35 block_pointer_type.IsBlockPointerType(&function_pointer_type); in BlockPointerSyntheticFrontEnd()
H A DCPlusPlusLanguage.cpp1082 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSummaries()
1131 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSynthetics()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp134 bool CompilerType::IsBlockPointerType( in IsBlockPointerType() function in CompilerType
137 return m_type_system->IsBlockPointerType(m_type, function_pointer_type_ptr); in IsBlockPointerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h116 IsBlockPointerType(CompilerType *function_pointer_type_ptr = nullptr) const;
H A DTypeSystem.h166 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h591 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3147 bool TypeSystemClang::IsBlockPointerType( in IsBlockPointerType() function in TypeSystemClang
3175 return IsBlockPointerType( in IsBlockPointerType()