Searched refs:OptionalNotes (Results 1 – 2 of 2) sorted by relevance
1423 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef1424 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;1454 OptionalNotes getNotes() const { in getNotes()1459 return OptionalNotes(1, FNote); in getNotes()1461 return OptionalNotes(); in getNotes()1464 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()1465 OptionalNotes ONS(1, Note); in getNotes()1475 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()1477 OptionalNotes ONS; in getNotes()1739 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()[all …]
39 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef40 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;