Searched defs:StatCache (Results 1 – 10 of 10) sorted by relevance
61 PreambleFileStatusCache &StatCache) in getProducingFS()87 PreambleFileStatusCache &StatCache; in getProducingFS() member in clang::clangd::PreambleFileStatusCache::getProducingFS::CollectFS99 const PreambleFileStatusCache &StatCache) in getConsumingFS()109 const PreambleFileStatusCache &StatCache; in getConsumingFS() member in clang::clangd::PreambleFileStatusCache::getConsumingFS::CacheVFS
67 llvm::StringMap<llvm::vfs::Status> StatCache; variable
70 std::unique_ptr<PreambleFileStatusCache> StatCache; member
308 std::unique_ptr<PreambleFileStatusCache> StatCache, in PreambleData()345 auto StatCache = std::make_unique<PreambleFileStatusCache>(AbsFileName); in buildPreamble() local
25 PreambleFileStatusCache StatCache(testPath("main")); in TEST() local
113 std::unique_ptr<FileSystemStatCache> StatCache; variable
166 std::unique_ptr<FileSystemStatCache> StatCache; variable
282 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local354 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local
414 using StatCache = ExpiringLRUCache<GcsFileStat>; variable
586 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local