Searched refs:Mismatches (Results 1 – 1 of 1) sorted by relevance
903 SmallVector<MismatchingProperty, 4> Mismatches; in SelectPropertyForSynthesisFromProtocols() local911 Mismatches.push_back({Prop, Kind, AttributeName}); in SelectPropertyForSynthesisFromProtocols()943 Mismatches.push_back({Prop, DifferentGetter, ""}); in SelectPropertyForSynthesisFromProtocols()948 Mismatches.push_back({Prop, DifferentSetter, ""}); in SelectPropertyForSynthesisFromProtocols()957 Mismatches.push_back({Prop, IncompatibleType, ""}); in SelectPropertyForSynthesisFromProtocols()963 if (Mismatches.empty()) in SelectPropertyForSynthesisFromProtocols()969 for (const auto &Note : Mismatches) in SelectPropertyForSynthesisFromProtocols()978 Diag << Mismatches[0].Kind; in SelectPropertyForSynthesisFromProtocols()979 switch (Mismatches[0].Kind) { in SelectPropertyForSynthesisFromProtocols()985 Diag << Mismatches[0].AttributeName; in SelectPropertyForSynthesisFromProtocols()[all …]