Searched refs:PathAndFile (Results 1 – 1 of 1) sorted by relevance
1789 for (const auto &PathAndFile : Files) in fileStats() local1790 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()