Searched refs:IsObjCObjectOrInterfaceType (Results 1 – 4 of 4) sorted by relevance
146 if (TypeSystemClang::IsObjCObjectOrInterfaceType( in LookupInCompleteClassCache()433 else if (TypeSystemClang::IsObjCObjectOrInterfaceType(base_type)) in GetRuntimeType()
1107 if (!TypeSystemClang::IsObjCObjectOrInterfaceType(type_clang_forward_type)) in ParseObjCMethod()1602 if (TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type)) { in ParseInheritance()2193 if (TypeSystemClang::IsObjCObjectOrInterfaceType(clang_type)) { in CompleteRecordType()3027 if (!TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type) && in ParseSingleMember()3053 if (TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type)) in ParseSingleMember()
692 static bool IsObjCObjectOrInterfaceType(const CompilerType &type);
3524 bool TypeSystemClang::IsObjCObjectOrInterfaceType(const CompilerType &type) { in IsObjCObjectOrInterfaceType() function in TypeSystemClang