Searched refs:Mismatches (Results 1 – 1 of 1) sorted by relevance
879 SmallVector<MismatchingProperty, 4> Mismatches; in SelectPropertyForSynthesisFromProtocols() local887 Mismatches.push_back({Prop, Kind, AttributeName}); in SelectPropertyForSynthesisFromProtocols()920 Mismatches.push_back({Prop, DifferentGetter, ""}); in SelectPropertyForSynthesisFromProtocols()925 Mismatches.push_back({Prop, DifferentSetter, ""}); in SelectPropertyForSynthesisFromProtocols()934 Mismatches.push_back({Prop, IncompatibleType, ""}); in SelectPropertyForSynthesisFromProtocols()940 if (Mismatches.empty()) in SelectPropertyForSynthesisFromProtocols()946 for (const auto &Note : Mismatches) in SelectPropertyForSynthesisFromProtocols()955 Diag << Mismatches[0].Kind; in SelectPropertyForSynthesisFromProtocols()956 switch (Mismatches[0].Kind) { in SelectPropertyForSynthesisFromProtocols()962 Diag << Mismatches[0].AttributeName; in SelectPropertyForSynthesisFromProtocols()[all …]