Home
last modified time | relevance | path

Searched refs:beforeThanCompareGroups (Results 1 – 1 of 1) 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()