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()
1019 if (!TypeSystemClang::IsObjCObjectOrInterfaceType(type_clang_forward_type)) in ParseObjCMethod()1524 if (TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type)) { in ParseInheritance()2123 if (TypeSystemClang::IsObjCObjectOrInterfaceType(clang_type)) { in CompleteRecordType()2922 if (!TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type) && in ParseSingleMember()2948 if (TypeSystemClang::IsObjCObjectOrInterfaceType(class_clang_type)) in ParseSingleMember()
695 static bool IsObjCObjectOrInterfaceType(const CompilerType &type);
3481 bool TypeSystemClang::IsObjCObjectOrInterfaceType(const CompilerType &type) { in IsObjCObjectOrInterfaceType() function in TypeSystemClang