Home | History | Annotate | Download | only in Sema

Lines Matching refs:Notes

4892   llvm::SmallVector<PartialDiagnosticAt, 8> Notes;
4894 Eval.Diag = &Notes;
4903 if (Notes.empty()) {
4910 if (Notes.size() == 1 &&
4911 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr)
4912 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
4916 for (unsigned I = 0; I < Notes.size(); ++I)
4917 Diag(Notes[I].first, Notes[I].second);
7832 // Notes the location of an overload candidate.
7843 //Notes the location of all overload candidates designated through
9356 // No viable functions. Don't bother the user with notes for functions