Searched refs:FunctionDiffList (Results 1 – 1 of 1) sorted by relevance
190 auto PrintDiffList = [&](SmallVector<FunctionDiff> &FunctionDiffList) { in printDiffsCategorizedByFilesPresent() argument191 if (FunctionDiffList.empty()) in printDiffsCategorizedByFilesPresent()193 stable_sort(FunctionDiffList, in printDiffsCategorizedByFilesPresent()197 for (const auto &FuncDiff : FunctionDiffList) { in printDiffsCategorizedByFilesPresent()