Searched refs:getConsumingFS (Results 1 – 5 of 5) sorted by relevance
63 getConsumingFS(IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) const;
94 PreambleFileStatusCache::getConsumingFS( in getConsumingFS() function in clang::clangd::PreambleFileStatusCache
250 VFS = Preamble->StatCache->getConsumingFS(std::move(VFS)); in build()
1128 VFS = Input.Preamble.StatCache->getConsumingFS(std::move(VFS)); in semaCodeComplete()
41 auto ConsumeFS = StatCache.getConsumingFS(FS); in TEST()