Searched refs:beforeThanCompareGroups (Results 1 – 2 of 2) sorted by relevance
148 static bool beforeThanCompareGroups(const GroupInfo *LHS, const GroupInfo *RHS){ in beforeThanCompareGroups() function218 std::sort(SortedGroups.begin(), SortedGroups.end(), beforeThanCompareGroups); in groupDiagnostics()
153 static bool beforeThanCompareGroups(const GroupInfo *LHS, const GroupInfo *RHS){ in beforeThanCompareGroups() function217 llvm::sort(SortedGroups, beforeThanCompareGroups); in groupDiagnostics()