Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp1389 for (const auto &PathAndFile : Files) in fileStats() local
1390 Result.try_emplace(PathAndFile.first(), in fileStats()
1391 PathAndFile.second->Worker->stats()); in fileStats()
1397 for (auto &&PathAndFile : Files) { in getFilesWithCachedAST()
1398 if (!PathAndFile.second->Worker->isASTCached()) in getFilesWithCachedAST()
1400 Result.push_back(std::string(PathAndFile.first())); in getFilesWithCachedAST()