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