Lines Matching refs:StatCache
36 StatCache.insert({PathStore, std::move(S)}); in update()
46 auto I = StatCache.find(PathLookup); in lookup()
47 if (I != StatCache.end()) in lookup()
61 PreambleFileStatusCache &StatCache) in getProducingFS() argument
62 : ProxyFileSystem(std::move(FS)), StatCache(StatCache) {} in getProducingFS()
75 StatCache.update(getUnderlyingFS(), std::move(*S)); in getProducingFS()
82 StatCache.update(getUnderlyingFS(), *S); in getProducingFS()
87 PreambleFileStatusCache &StatCache; in getProducingFS() member in clang::clangd::PreambleFileStatusCache::getProducingFS::CollectFS
99 const PreambleFileStatusCache &StatCache) in getConsumingFS() argument
100 : ProxyFileSystem(std::move(FS)), StatCache(StatCache) {} in getConsumingFS()
103 if (auto S = StatCache.lookup(Path.str())) in getConsumingFS()
109 const PreambleFileStatusCache &StatCache; in getConsumingFS() member in clang::clangd::PreambleFileStatusCache::getConsumingFS::CacheVFS