Home | History | Annotate | Download | only in AST

Lines Matching defs:Notes

1750   SmallVector<PartialDiagnosticAt, 8> Notes;
1751 return evaluateValue(Notes);
1755 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
1758 // We only produce notes indicating why an initializer is non-constant the
1759 // first time it is evaluated. FIXME: The notes won't always be emitted the
1777 this, Notes);
1790 Eval->IsICE = Result && Notes.empty();
1813 SmallVector<PartialDiagnosticAt, 8> Notes;
1814 evaluateValue(Notes);
3056 /// completeDefinition - Notes that the definition of this type is now