Searched defs:SortDiagBySourceLocation (Results 1 – 1 of 1) sorted by relevance
1507 struct SortDiagBySourceLocation { struct1508 SourceManager &SM;1509 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument1511 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()