Home | History | Annotate | Download | only in AST

Lines Matching defs:Notes

25 //  * A set of notes indicating why the evaluation was not a constant expression
380 /// notes attached to it will also be stored, otherwise they will not be.
441 /// Add notes
504 /// Add a stack of notes to a prior diagnostic.
1474 SmallVector<PartialDiagnosticAt, 8> Notes;
1475 if (!VD->evaluateValue(Notes)) {
1477 Notes.size() + 1) << VD;
1479 Info.addNotes(Notes);
1483 Notes.size() + 1) << VD;
1485 Info.addNotes(Notes);
6351 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
6359 EStatus.Diag = &Notes;