Searched refs:DelayedDiag (Results 1 – 2 of 2) sorted by relevance
53 using DelayedDiag = std::pair<PartialDiagnosticAt, OptionalNotes>; variable54 using DiagList = std::list<DelayedDiag>;
1672 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag; typedef1673 typedef std::list<DelayedDiag> DiagList;1679 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()