Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h281 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
286 : ProxyFileSystem(std::move(FS)), SharedCache(SharedCache) {} in DependencyScanningWorkerFilesystem()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h423 class ProxyFileSystem : public FileSystem {
425 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp585 void ProxyFileSystem::anchor() {} in anchor()