Searched refs:IsBlockPointerType (Results 1 – 7 of 7) sorted by relevance
36 block_pointer_type.IsBlockPointerType(&function_pointer_type); in BlockPointerSyntheticFrontEnd()
1432 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSummaries()1479 if (valobj.GetCompilerType().IsBlockPointerType()) { in GetHardcodedSynthetics()
157 bool CompilerType::IsBlockPointerType( in IsBlockPointerType() function in CompilerType161 return type_system_sp->IsBlockPointerType(m_type, function_pointer_type_ptr); in IsBlockPointerType()
168 IsBlockPointerType(CompilerType *function_pointer_type_ptr = nullptr) const;
172 virtual bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
597 bool IsBlockPointerType(lldb::opaque_compiler_type_t type,
3207 bool TypeSystemClang::IsBlockPointerType( in IsBlockPointerType() function in TypeSystemClang3235 return IsBlockPointerType( in IsBlockPointerType()