Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h143 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
149 : ProxyFileSystem(std::move(FS)), SharedCache(SharedCache), in DependencyScanningWorkerFilesystem()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h370 class ProxyFileSystem : public FileSystem {
372 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp542 void ProxyFileSystem::anchor() {} in anchor()