Searched refs:IsObjCObjectPointerType (Results 1 – 6 of 6) sorted by relevance
275 } else if (ClangASTContext::IsObjCObjectPointerType( in ScanContext()
1115 } else if (ClangASTContext::IsObjCObjectPointerType( in FindExternalVisibleDecls()
109 if (!ClangASTContext::IsObjCObjectPointerType(compiler_type)) { in GetObjectDescription()
602 static bool IsObjCObjectPointerType(const CompilerType &type,
291 if (ClangASTContext::IsObjCObjectPointerType(compiler_type, &class_type)) { in MaybeCalculateCompleteType()
3952 bool ClangASTContext::IsObjCObjectPointerType(const CompilerType &type, in IsObjCObjectPointerType() function in ClangASTContext