Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1535 struct SortDiagBySourceLocation { struct
1537 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument
1866 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics()
2105 Warnings.sort(SortDiagBySourceLocation(S.getSourceManager())); in emitDiagnostics()