Searched refs:IsObjCClassType (Results 1 – 4 of 4) sorted by relevance
273 if (ClangASTContext::IsObjCClassType(self_clang_type)) { in ScanContext()
1113 if (ClangASTContext::IsObjCClassType(self_clang_type)) { in FindExternalVisibleDecls()
595 static bool IsObjCClassType(const CompilerType &type);
3677 bool ClangASTContext::IsObjCClassType(const CompilerType &type) { in IsObjCClassType() function in ClangASTContext