Lines Matching defs:rhsProto
10109 for (auto *rhsProto : rhs->quals()) {
10110 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto)) {
10158 for (auto *rhsProto : rhs->quals()) {
10159 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) ||
10160 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) {
10197 for (auto *rhsProto : rhs->quals()) {
10198 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) ||
10199 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) {
10220 for (auto *rhsProto : rhs->quals()) {
10221 if (ProtocolCompatibleWithProtocol(lhsProto, rhsProto) ||
10222 (compare && ProtocolCompatibleWithProtocol(rhsProto, lhsProto))) {