Searched refs:lhsProto (Results 1 – 1 of 1) sorted by relevance
9550 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedClassTypesAreCompatible() local9553 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto)) { in ObjCQualifiedClassTypesAreCompatible()9595 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local9602 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()9603 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()9632 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local9641 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()9642 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()9661 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible() local9664 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()[all …]