Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

8991 /// Emit the "read-only variable not assignable" error and print notes to give
11842 SmallVector<PartialDiagnosticAt, 8> Notes;
11843 EvalResult.Diag = &Notes;
11853 if (Folded && getLangOpts().CPlusPlus11 && Notes.empty()) {
11862 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
11864 DiagLoc = Notes[0].first;
11865 Notes.clear();
11871 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
11872 Diag(Notes[I].first, Notes[I].second);
11879 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
11880 Diag(Notes[I].first, Notes[I].second);