Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp903 SmallVector<MismatchingProperty, 4> Mismatches; in SelectPropertyForSynthesisFromProtocols() local
911 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 …]