Searched refs:IsBlockPointerType (Results 1 – 7 of 7) sorted by relevance
36 block_pointer_type.IsBlockPointerType(&function_pointer_type); in BlockPointerSyntheticFrontEnd()
1576 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSummaries()1623 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSynthetics()
163 IsBlockPointerType(CompilerType *function_pointer_type_ptr = nullptr) const;
177 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
156 bool CompilerType::IsBlockPointerType( in IsBlockPointerType() function in CompilerType160 return type_system_sp->IsBlockPointerType(m_type, function_pointer_type_ptr); in IsBlockPointerType()
668 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
3140 bool TypeSystemClang::IsBlockPointerType( in IsBlockPointerType() function in TypeSystemClang