Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

5296 /// \param OEK which overrides to include as notes.
7948 SmallVector<PartialDiagnosticAt, 8> Notes;
7949 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
7953 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
7955 DiagLoc = Notes[0].first;
7956 Notes.clear();
7960 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
7961 Diag(Notes[I].first, Notes[I].second);