Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

5012   SmallVector<PartialDiagnosticAt, 8> Notes;
5014 Eval.Diag = &Notes;
5023 if (Notes.empty()) {
5030 if (Notes.size() == 1 &&
5031 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr)
5032 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
5036 for (unsigned I = 0; I < Notes.size(); ++I)
5037 Diag(Notes[I].first, Notes[I].second);
8026 // Notes the location of an overload candidate.
8037 //Notes the location of all overload candidates designated through
9614 // No viable functions. Don't bother the user with notes for functions