Home
last modified time | relevance | path

Searched refs:ProxyFileSystem (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h185 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
191 : ProxyFileSystem(std::move(FS)), SharedCache(SharedCache), in DependencyScanningWorkerFilesystem()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h370 class ProxyFileSystem : public FileSystem {
372 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp542 void ProxyFileSystem::anchor() {} in anchor()