Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
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
DFS.h67 llvm::StringMap<llvm::vfs::Status> StatCache; variable
DPreamble.h70 std::unique_ptr<PreambleFileStatusCache> StatCache; member
DPreamble.cpp308 std::unique_ptr<PreambleFileStatusCache> StatCache, in PreambleData()
345 auto StatCache = std::make_unique<PreambleFileStatusCache>(AbsFileName); in buildPreamble() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFSTests.cpp25 PreambleFileStatusCache StatCache(testPath("main")); in TEST() local
/external/llvm-project/clang/include/clang/Basic/
DFileManager.h113 std::unique_ptr<FileSystemStatCache> StatCache; variable
/external/clang/include/clang/Basic/
DFileManager.h166 std::unique_ptr<FileSystemStatCache> StatCache; variable
/external/llvm-project/clang/unittests/Basic/
DFileManagerTest.cpp282 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local
354 auto StatCache = std::make_unique<FakeStatCache>(); in TEST_F() local
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h414 using StatCache = ExpiringLRUCache<GcsFileStat>; variable
/external/clang/lib/Frontend/
DCacheTokens.cpp586 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local