Searched refs:ProxyFileSystem (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h143 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
149 : ProxyFileSystem(std::move(FS)), SharedCache(SharedCache),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp49 class ProxyFileSystemWithoutChdir : public llvm::vfs::ProxyFileSystem {
53 : ProxyFileSystem(std::move(FS)) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h369 class ProxyFileSystem : public FileSystem { class in namespace:llvm::vfs
371 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) function in class:llvm::vfs::ProxyFileSystem
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp521 void ProxyFileSystem::anchor() {}

Completed in 80 milliseconds