Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp148 static bool beforeThanCompareGroups(const GroupInfo *LHS, const GroupInfo *RHS){ in beforeThanCompareGroups() function
218 std::sort(SortedGroups.begin(), SortedGroups.end(), beforeThanCompareGroups); in groupDiagnostics()
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp153 static bool beforeThanCompareGroups(const GroupInfo *LHS, const GroupInfo *RHS){ in beforeThanCompareGroups() function
217 llvm::sort(SortedGroups, beforeThanCompareGroups); in groupDiagnostics()