Searched refs:PreambleFileStatusCache (Results 1 – 5 of 5) sorted by relevance
19 PreambleFileStatusCache::PreambleFileStatusCache(llvm::StringRef MainFilePath){ in PreambleFileStatusCache() function in clang::clangd::PreambleFileStatusCache26 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()
38 class PreambleFileStatusCache {42 PreambleFileStatusCache(llvm::StringRef MainFilePath);
77 void setStatCache(std::shared_ptr<PreambleFileStatusCache> StatCache) { in setStatCache() 90 std::shared_ptr<PreambleFileStatusCache> StatCache;124 std::shared_ptr<PreambleFileStatusCache> StatCache;
657 auto StatCache = std::make_shared<PreambleFileStatusCache>(AbsFileName); in buildPreamble()
25 PreambleFileStatusCache StatCache(testPath("main")); in TEST()