Home
last modified time | relevance | path

Searched defs:SortDiagBySourceLocation (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1453 struct SortDiagBySourceLocation { struct
1454 SourceManager &SM;
1455 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument
1457 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()