Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp1789 for (const auto &PathAndFile : Files) in fileStats() local
1790 Result.try_emplace(PathAndFile.first(), in fileStats()
1791 PathAndFile.second->Worker->stats()); in fileStats()
1797 for (auto &&PathAndFile : Files) { in getFilesWithCachedAST()
1798 if (!PathAndFile.second->Worker->isASTCached()) in getFilesWithCachedAST()
1800 Result.push_back(std::string(PathAndFile.first())); in getFilesWithCachedAST()