Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1580 struct SortDiagBySourceLocation { struct
1581 SourceManager &SM;
1582 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() function
1584 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()