Lines Matching refs:OptionalNotes
1531 typedef SmallVector<PartialDiagnosticAt, 1> OptionalNotes; typedef
1532 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag;
1804 OptionalNotes getNotes() const { in getNotes()
1809 return OptionalNotes(1, FNote); in getNotes()
1811 return OptionalNotes(); in getNotes()
1814 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes()
1815 OptionalNotes ONS(1, Note); in getNotes()
1825 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes()
1827 OptionalNotes ONS; in getNotes()
1839 OptionalNotes makeLockedHereNote(SourceLocation LocLocked, StringRef Kind) { in makeLockedHereNote()
1846 OptionalNotes makeUnlockedHereNote(SourceLocation LocUnlocked, in makeUnlockedHereNote()
2118 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnLoopStateMismatch()
2130 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamReturnTypestateMismatch()
2139 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnParamTypestateMismatch()
2147 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateForUnconsumableType()
2156 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnReturnTypestateMismatch()
2165 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseOfTempInInvalidState()
2174 Warnings.emplace_back(std::move(Warning), OptionalNotes()); in warnUseInInvalidState()