Searched defs:StatCache (Results 1 – 7 of 7) 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
68 std::unique_ptr<PreambleFileStatusCache> StatCache; member
532 auto StatCache = std::make_unique<PreambleFileStatusCache>(AbsFileName); in buildPreamble() local
25 PreambleFileStatusCache StatCache(testPath("main")); in TEST() local
118 std::unique_ptr<FileSystemStatCache> StatCache; variable
262 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local331 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local