Home | History | Annotate | Download | only in Sema

Lines Matching defs:Notes

6164 /// \param OEK which overrides to include as notes.
6402 // FIXME: These notes are poorly worded for the local friend case.
9179 SmallVector<PartialDiagnosticAt, 8> Notes;
9180 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
9184 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
9186 DiagLoc = Notes[0].first;
9187 Notes.clear();
9191 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
9192 Diag(Notes[I].first, Notes[I].second);