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