Searched refs:OptionalNotes (Results 1 – 2 of 2) sorted by relevance
1576 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef1607 OptionalNotes getNotes() const { in getNotes()1612 return OptionalNotes(1, FNote); in getNotes()1614 return OptionalNotes(); in getNotes()1618 OptionalNotes ONS(1, Note); in getNotes()1628 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()1630 OptionalNotes ONS; in getNotes()1891 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()1903 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamReturnTypestateMismatch()1912 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamTypestateMismatch()[all …]
53 using OptionalNotes = SmallVector<PartialDiagnosticAt, 1>; variable54 using DelayedDiag = std::pair<PartialDiagnosticAt, OptionalNotes>;