Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

3589   SmallVector<PartialDiagnosticAt, 8> Notes;
3590 EvalResult.Diag = &Notes;
3598 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
3600 DiagLoc = Notes[0].first;
3601 Notes.clear();
3606 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
3607 S.Diag(Notes[I].first, Notes[I].second);