Home
last modified time | relevance | path

Searched refs:PreambleFileStatusCache (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DFS.cpp19 PreambleFileStatusCache::PreambleFileStatusCache(llvm::StringRef MainFilePath){ in PreambleFileStatusCache() function in clang::clangd::PreambleFileStatusCache
26 void PreambleFileStatusCache::update(const llvm::vfs::FileSystem &FS, in update()
42 PreambleFileStatusCache::lookup(llvm::StringRef File) const { in lookup()
56 PreambleFileStatusCache::getProducingFS( in getProducingFS()
63 PreambleFileStatusCache &StatCache) in getProducingFS()
89 PreambleFileStatusCache &StatCache; in getProducingFS()
96 PreambleFileStatusCache::getConsumingFS( in getConsumingFS()
101 const PreambleFileStatusCache &StatCache) in getConsumingFS()
111 const PreambleFileStatusCache &StatCache; in getConsumingFS()
H A DFS.h38 class PreambleFileStatusCache {
42 PreambleFileStatusCache(llvm::StringRef MainFilePath);
H A DPreamble.h77 void setStatCache(std::shared_ptr<PreambleFileStatusCache> StatCache) { in setStatCache()
90 std::shared_ptr<PreambleFileStatusCache> StatCache;
124 std::shared_ptr<PreambleFileStatusCache> StatCache;
H A DPreamble.cpp657 auto StatCache = std::make_shared<PreambleFileStatusCache>(AbsFileName); in buildPreamble()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFSTests.cpp25 PreambleFileStatusCache StatCache(testPath("main")); in TEST()