Searched refs:FileLocs (Results 1 – 1 of 1) sorted by relevance
156 SmallVector<std::pair<SourceLocation, unsigned>, 8> FileLocs; in gatherFileIDs() local168 FileLocs.push_back(std::make_pair(Loc, Depth)); in gatherFileIDs()170 std::stable_sort(FileLocs.begin(), FileLocs.end(), llvm::less_second()); in gatherFileIDs()172 for (const auto &FL : FileLocs) { in gatherFileIDs()