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