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
453 /// notes attached to it will also be stored, otherwise they will not be.
569 /// Add notes containing a call stack to the current point of evaluation.
655 /// Add a stack of notes to a prior diagnostic.
1977 SmallVector<PartialDiagnosticAt, 8> Notes;
1978 if (!VD->evaluateValue(Notes)) {
1980 Notes.size() + 1) << VD;
1982 Info.addNotes(Notes);
1986 Notes.size() + 1) << VD;
1988 Info.addNotes(Notes);
8166 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
8174 EStatus.Diag = &Notes;