Searched refs:IsObjCClassType (Results 1 – 4 of 4) sorted by relevance
291 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in ScanContext()
967 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in LookUpLldbObjCClass()
690 static bool IsObjCClassType(const CompilerType &type);
3468 bool TypeSystemClang::IsObjCClassType(const CompilerType &type) { in IsObjCClassType() function in TypeSystemClang