Home | History | Annotate | Download | only in Sema

Lines Matching refs:Notes

6813       llvm::SmallVector<PartialDiagnosticAt, 8> Notes;
6814 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
6818 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
6820 DiagLoc = Notes[0].first;
6821 Notes.clear();
6825 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
6826 Diag(Notes[I].first, Notes[I].second);