Searched refs:OptionalNotes (Results 1 – 2 of 2) sorted by relevance
52 using OptionalNotes = SmallVector<PartialDiagnosticAt, 1>; variable53 using DelayedDiag = std::pair<PartialDiagnosticAt, OptionalNotes>;
1671 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef1672 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;1927 OptionalNotes getNotes() const { in getNotes()1932 return OptionalNotes(1, FNote); in getNotes()1934 return OptionalNotes(); in getNotes()1937 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()1938 OptionalNotes ONS(1, Note); in getNotes()1948 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()1950 OptionalNotes ONS; in getNotes()1962 OptionalNotes makeLockedHereNote(SourceLocation LocLocked, StringRef Kind) { in makeLockedHereNote()[all …]