Home
last modified time | relevance | path

Searched defs:StatCache (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFS.cpp61 PreambleFileStatusCache &StatCache) in getProducingFS()
87 PreambleFileStatusCache &StatCache; in getProducingFS() member in clang::clangd::PreambleFileStatusCache::getProducingFS::CollectFS
99 const PreambleFileStatusCache &StatCache) in getConsumingFS()
109 const PreambleFileStatusCache &StatCache; in getConsumingFS() member in clang::clangd::PreambleFileStatusCache::getConsumingFS::CacheVFS
H A DFS.h67 llvm::StringMap<llvm::vfs::Status> StatCache; variable
H A DPreamble.h68 std::unique_ptr<PreambleFileStatusCache> StatCache; member
H A DPreamble.cpp532 auto StatCache = std::make_unique<PreambleFileStatusCache>(AbsFileName); in buildPreamble() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFSTests.cpp25 PreambleFileStatusCache StatCache(testPath("main")); in TEST() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h118 std::unique_ptr<FileSystemStatCache> StatCache; variable
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp262 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local
331 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local