Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

5057   SmallVector<PartialDiagnosticAt, 8> Notes;
5059 Eval.Diag = &Notes;
5068 if (Notes.empty()) {
5075 if (Notes.size() == 1 &&
5076 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr)
5077 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
5081 for (unsigned I = 0; I < Notes.size(); ++I)
5082 Diag(Notes[I].first, Notes[I].second);
8467 // Notes the location of an overload candidate.
8478 // Notes the location of all overload candidates designated through
10329 // No viable functions. Don't bother the user with notes for functions