Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

4203   SmallVector<PartialDiagnosticAt, 8> Notes;
4204 EvalResult.Diag = &Notes;
4212 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
4214 DiagLoc = Notes[0].first;
4215 Notes.clear();
4220 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
4221 S.Diag(Notes[I].first, Notes[I].second);