Searched refs:lhsProto (Results 1 – 1 of 1) sorted by relevance
10107 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedClassTypesAreCompatible() local10110 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto)) { in ObjCQualifiedClassTypesAreCompatible()10152 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local10159 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()10160 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()10189 for (auto *lhsProto : lhs->quals()) { in ObjCQualifiedIdTypesAreCompatible() local10198 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()10199 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) { in ObjCQualifiedIdTypesAreCompatible()10218 for (auto *lhsProto : LHSInheritedProtocols) { in ObjCQualifiedIdTypesAreCompatible() local10221 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) || in ObjCQualifiedIdTypesAreCompatible()[all …]