Searched refs:DelayedDiag (Results 1 – 2 of 2) sorted by relevance
54 using DelayedDiag = std::pair<PartialDiagnosticAt, OptionalNotes>; variable55 using DiagList = std::list<DelayedDiag>;
1577 typedef std::pair<PartialDiagnosticAt, OptionalNotes> DelayedDiag; typedef1578 typedef std::list<DelayedDiag> DiagList;1584 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()