Home
last modified time | relevance | path

Searched refs:FileLocs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp295 SmallVector<std::pair<SourceLocation, unsigned>, 8> FileLocs; in gatherFileIDs() local
310 FileLocs.push_back(std::make_pair(Loc, Depth)); in gatherFileIDs()
312 llvm::stable_sort(FileLocs, llvm::less_second()); in gatherFileIDs()
314 for (const auto &FL : FileLocs) { in gatherFileIDs()