Searched refs:CacheVFS (Results 1 – 1 of 1) sorted by relevance
96 class CacheVFS : public llvm::vfs::ProxyFileSystem { in getConsumingFS() class98 CacheVFS(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS, in getConsumingFS() function in clang::clangd::PreambleFileStatusCache::getConsumingFS::CacheVFS111 return llvm::IntrusiveRefCntPtr<CacheVFS>(new CacheVFS(std::move(FS), *this)); in getConsumingFS()