Searched refs:IsBlockPointerType (Results 1 – 7 of 7) sorted by relevance
36 block_pointer_type.IsBlockPointerType(&function_pointer_type); in BlockPointerSyntheticFrontEnd()
1330 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSummaries()1377 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSynthetics()
134 bool CompilerType::IsBlockPointerType( in IsBlockPointerType() function in CompilerType137 return m_type_system->IsBlockPointerType(m_type, function_pointer_type_ptr); in IsBlockPointerType()
116 IsBlockPointerType(CompilerType *function_pointer_type_ptr = nullptr) const;
165 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
583 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
3171 bool TypeSystemClang::IsBlockPointerType( in IsBlockPointerType() function in TypeSystemClang3199 return IsBlockPointerType( in IsBlockPointerType()