Searched defs:SortDiagBySourceLocation (Results 1 – 1 of 1) sorted by relevance
1515 struct SortDiagBySourceLocation { struct1516 SourceManager &SM;1517 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument1519 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()