Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1507 struct SortDiagBySourceLocation { struct
1508 SourceManager &SM;
1509 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() argument
1511 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()