Lines Matching defs:Notes
6349 SmallVector<PartialDiagnosticAt, 8> Notes;
6351 Eval.Diag = &Notes;
6371 if (Notes.empty()) {
6390 if (Notes.size() == 1 &&
6391 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr) {
6392 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
6393 } else if (!Notes.empty() && Notes[0].second.getDiagID() ==
6395 Notes[0].second.setDiagID(diag::err_constexpr_invalid_template_arg);
6396 for (unsigned I = 0; I < Notes.size(); ++I)
6397 Diag(Notes[I].first, Notes[I].second);
6401 for (unsigned I = 0; I < Notes.size(); ++I)
6402 Diag(Notes[I].first, Notes[I].second);
11184 // Notes the location of an overload candidate.
11260 // Notes the location of all overload candidates designated through