Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp168 SmallVector<std::pair<SourceLocation, unsigned>, 8> FileLocs; in gatherFileIDs() local
183 FileLocs.push_back(std::make_pair(Loc, Depth)); in gatherFileIDs()
185 std::stable_sort(FileLocs.begin(), FileLocs.end(), llvm::less_second()); in gatherFileIDs()
187 for (const auto &FL : FileLocs) { in gatherFileIDs()
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp285 SmallVector<std::pair<SourceLocation, unsigned>, 8> FileLocs; in gatherFileIDs() local
300 FileLocs.push_back(std::make_pair(Loc, Depth)); in gatherFileIDs()
302 llvm::stable_sort(FileLocs, llvm::less_second()); in gatherFileIDs()
304 for (const auto &FL : FileLocs) { in gatherFileIDs()