reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  897         Mismatches.push_back({Prop, Kind, AttributeName});
  929       Mismatches.push_back({Prop, DifferentGetter, ""});
  934       Mismatches.push_back({Prop, DifferentSetter, ""});
  943         Mismatches.push_back({Prop, IncompatibleType, ""});
  949   if (Mismatches.empty())
  955     for (const auto &Note : Mismatches)
  964     Diag << Mismatches[0].Kind;
  965     switch (Mismatches[0].Kind) {
  971       Diag << Mismatches[0].AttributeName;
  981   for (const auto &Note : Mismatches) {