Home
last modified time | relevance | path

Searched refs:Mismatches (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp879 SmallVector<MismatchingProperty, 4> Mismatches; in SelectPropertyForSynthesisFromProtocols() local
887 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 …]