Searched refs:IsObjCClassType (Results 1 – 4 of 4) sorted by relevance
292 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in ScanContext()
973 if (TypeSystemClang::IsObjCClassType(self_clang_type)) { in LookUpLldbObjCClass()
608 static bool IsObjCClassType(const CompilerType &type);
3513 bool TypeSystemClang::IsObjCClassType(const CompilerType &type) { in IsObjCClassType() function in TypeSystemClang