Home | History | Annotate | Download | only in AST

Lines Matching defs:Notes

1400   llvm::SmallVector<PartialDiagnosticAt, 8> Notes;
1401 return evaluateValue(Notes);
1405 llvm::SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
1408 // We only produce notes indicating why an initializer is non-constant the
1409 // first time it is evaluated. FIXME: The notes won't always be emitted the
1427 this, Notes);
1440 Eval->IsICE = Result && Notes.empty();
1463 llvm::SmallVector<PartialDiagnosticAt, 8> Notes;
1464 evaluateValue(Notes);
2718 /// completeDefinition - Notes that the definition of this type is now