Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1453 struct SortDiagBySourceLocation { struct
1454 SourceManager &SM;
1455 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() function
1457 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1634 struct SortDiagBySourceLocation { struct
1635 SourceManager &SM;
1636 SortDiagBySourceLocation(SourceManager &SM) : SM(SM) {} in SortDiagBySourceLocation() function
1638 bool operator()(const DelayedDiag &left, const DelayedDiag &right) { in operator ()()