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