Searched refs:OptionalNotes (Results 1 – 2 of 2) sorted by relevance
1511 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef1785 OptionalNotes getNotes() const { in getNotes()1790 return OptionalNotes(1, FNote); in getNotes()1792 return OptionalNotes(); in getNotes()1796 OptionalNotes ONS(1, Note); in getNotes()1806 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()1808 OptionalNotes ONS; in getNotes()2088 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()2100 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamReturnTypestateMismatch()2109 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamTypestateMismatch()[all …]
52 using OptionalNotes = SmallVector<PartialDiagnosticAt, 1>; variable53 using DelayedDiag = std::pair<PartialDiagnosticAt, OptionalNotes>;