Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp230 SmallVector<std::pair<SourceLocation, unsigned>, 8> FileLocs; in gatherFileIDs() local
245 FileLocs.push_back(std::make_pair(Loc, Depth)); in gatherFileIDs()
247 std::stable_sort(FileLocs.begin(), FileLocs.end(), llvm::less_second()); in gatherFileIDs()
249 for (const auto &FL : FileLocs) { in gatherFileIDs()