Searched refs:OptionalNotes (Results 1 – 2 of 2) sorted by relevance
1449 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef1450 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;1480 OptionalNotes getNotes() const { in getNotes()1485 return OptionalNotes(1, FNote); in getNotes()1487 return OptionalNotes(); in getNotes()1490 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()1491 OptionalNotes ONS(1, Note); in getNotes()1501 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()1503 OptionalNotes ONS; in getNotes()1765 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()[all …]
39 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef40 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;