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