Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp197 : ProxyFileSystem(std::move(FS)), SharedCache(SharedCache), in DependencyScanningWorkerFilesystem()
364 std::error_code EC = ProxyFileSystem::setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h283 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h423 class ProxyFileSystem : public FileSystem {
425 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp588 void ProxyFileSystem::anchor() {} in anchor()