Lines Matching defs:rhsProto
10517 for (auto *rhsProto : rhs->quals()) {
10518 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto)) {
10566 for (auto *rhsProto : rhs->quals()) {
10567 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) ||
10568 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) {
10605 for (auto *rhsProto : rhs->quals()) {
10606 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) ||
10607 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) {
10628 for (auto *rhsProto : rhs->quals()) {
10629 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) ||
10630 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) {