Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h454 class LLVM_ABI ProxyFileSystem
455 : public RTTIExtends<ProxyFileSystem, FileSystem> {
458 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function
1161 : public llvm::RTTIExtends<TracingFileSystem, ProxyFileSystem> {
1177 return ProxyFileSystem::status(Path); in status()
1182 return ProxyFileSystem::openFileForRead(Path); in openFileForRead()
1187 return ProxyFileSystem::dir_begin(Dir, EC); in dir_begin()
1193 return ProxyFileSystem::getRealPath(Path, Output); in getRealPath()
1198 return ProxyFileSystem::exists(Path); in exists()
1203 return ProxyFileSystem::isLocal(Path, Result); in isLocal()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp255 llvm::vfs::ProxyFileSystem>(std::move(FS)), in DependencyScanningWorkerFilesystem()
465 std::error_code EC = ProxyFileSystem::setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h369 llvm::vfs::ProxyFileSystem> {
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp624 void ProxyFileSystem::anchor() {} in anchor()
2988 const char ProxyFileSystem::ID = 0;