Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1511 struct SortDiagBySourceLocation { struct
1512 SourceManager &SM;
1513 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() function
1515 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()