Home | History | Annotate | Download | only in AST

Lines Matching defs:Notes

2008   SmallVector<PartialDiagnosticAt, 8> Notes;
2009 return evaluateValue(Notes);
2020 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
2023 // We only produce notes indicating why an initializer is non-constant the
2024 // first time it is evaluated. FIXME: The notes won't always be emitted the
2042 this, Notes);
2059 Eval->IsICE = Result && Notes.empty();
2082 SmallVector<PartialDiagnosticAt, 8> Notes;
2083 evaluateValue(Notes);
3531 /// completeDefinition - Notes that the definition of this type is now