Searched refs:ProxyFileSystem (Results 1 – 4 of 4) sorted by relevance
197 : ProxyFileSystem(std::move(FS)), SharedCache(SharedCache), in DependencyScanningWorkerFilesystem()364 std::error_code EC = ProxyFileSystem::setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
283 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
423 class ProxyFileSystem : public FileSystem {425 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function
588 void ProxyFileSystem::anchor() {} in anchor()