Searched refs:FileLocs (Results 1 – 1 of 1) sorted by relevance
297 SmallVector<std::pair<SourceLocation, unsigned>, 8> FileLocs; in gatherFileIDs() local312 FileLocs.push_back(std::make_pair(Loc, Depth)); in gatherFileIDs()314 llvm::stable_sort(FileLocs, llvm::less_second()); in gatherFileIDs()316 for (const auto &FL : FileLocs) { in gatherFileIDs()