Searched defs:SortDiagBySourceLocation (Results 1 – 1 of 1) sorted by relevance
1431 struct SortDiagBySourceLocation { struct1432 SourceManager &SM;1433 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument1435 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()