Lines Matching defs:Notes
6211 SmallVector<PartialDiagnosticAt, 8> Notes;
6213 Eval.Diag = &Notes;
6231 if (Notes.empty()) {
6250 if (Notes.size() == 1 &&
6251 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr) {
6252 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
6253 } else if (!Notes.empty() && Notes[0].second.getDiagID() ==
6255 Notes[0].second.setDiagID(diag::err_constexpr_invalid_template_arg);
6256 for (unsigned I = 0; I < Notes.size(); ++I)
6257 Diag(Notes[I].first, Notes[I].second);
6261 for (unsigned I = 0; I < Notes.size(); ++I)
6262 Diag(Notes[I].first, Notes[I].second);
10999 // Notes the location of an overload candidate.
11075 // Notes the location of all overload candidates designated through