Searched refs:IsObjCClassType (Results 1 – 4 of 4) sorted by relevance
295 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in ScanContext()
969 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in LookUpLldbObjCClass()
602 static bool IsObjCClassType(const CompilerType &type);
3450 bool TypeSystemClang::IsObjCClassType(const CompilerType &type) { in IsObjCClassType() function in TypeSystemClang