Searched refs:OptionalNotes (Results 1 – 2 of 2) sorted by relevance
1420 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef1421 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;1450 OptionalNotes getNotes() const { in getNotes()1455 return OptionalNotes(1, FNote); in getNotes()1457 return OptionalNotes(); in getNotes()1460 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()1461 OptionalNotes ONS(1, Note); in getNotes()1471 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()1473 OptionalNotes ONS; in getNotes()1736 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in warnLoopStateMismatch()[all …]
39 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef40 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;