Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1453 struct SortDiagBySourceLocation { struct
1455 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument
1538 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics()
1752 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics()