Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DFS.cpp63 PreambleFileStatusCache &StatCache) in getProducingFS()
89 PreambleFileStatusCache &StatCache; in getProducingFS() member in clang::clangd::PreambleFileStatusCache::getProducingFS::CollectFS
101 const PreambleFileStatusCache &StatCache) in getConsumingFS()
111 const PreambleFileStatusCache &StatCache; in getConsumingFS() member in clang::clangd::PreambleFileStatusCache::getConsumingFS::CacheVFS
H A DFS.h68 llvm::StringMap<llvm::vfs::Status> StatCache; variable
H A DPreamble.h88 std::shared_ptr<PreambleFileStatusCache> StatCache; global() member
120 std::shared_ptr<PreambleFileStatusCache> StatCache; global() member
H A DPreamble.cpp657 auto StatCache = std::make_shared<PreambleFileStatusCache>(AbsFileName); in buildPreamble() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFSTests.cpp25 PreambleFileStatusCache StatCache(testPath("main")); in TEST() local
/llvm-project/clang/include/clang/Basic/
H A DFileManager.h124 std::unique_ptr<FileSystemStatCache> StatCache; variable
/llvm-project/clang/unittests/Basic/
H A DFileManagerTest.cpp262 auto StatCache = std::make_unique<FakeStatCache>(); TEST_F() local
313 auto StatCache = std::make_unique<FakeStatCache>(); TEST_F() local
349 auto StatCache = std::make_unique<FakeStatCache>(); TEST_F() local
[all...]