Searched refs:lhsProto (Results 1 – 1 of 1) sorted by relevance
8807 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedClassTypesAreCompatible() local8810 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto)) { in ObjCQualifiedClassTypesAreCompatible()8852 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local8859 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()8860 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()8889 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local8898 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()8899 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()8918 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible() local8921 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()[all …]