Searched defs:SortDiagBySourceLocation (Results 1 – 1 of 1) sorted by relevance
1424 struct SortDiagBySourceLocation { struct1425 SourceManager &SM;1426 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument1428 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()