Searched refs:IsObjCObjectOrInterfaceType (Results 1 – 5 of 5) sorted by relevance
124 if (ClangASTContext::IsObjCObjectOrInterfaceType( in LookupInCompleteClassCache()
600 static bool IsObjCObjectOrInterfaceType(const CompilerType &type);
1339 if (ClangASTContext::IsObjCObjectOrInterfaceType( in ParseTypeFromDWARF()2174 if (ClangASTContext::IsObjCObjectOrInterfaceType(clang_type)) { in CompleteTypeFromDWARF()
293 } else if (ClangASTContext::IsObjCObjectOrInterfaceType(compiler_type)) { in MaybeCalculateCompleteType()
3690 bool ClangASTContext::IsObjCObjectOrInterfaceType(const CompilerType &type) { in IsObjCObjectOrInterfaceType() function in ClangASTContext