Searched refs:ProxyFileSystem (Results 1 – 4 of 4) sorted by relevance
454 class LLVM_ABI ProxyFileSystem455 : public RTTIExtends<ProxyFileSystem, FileSystem> {458 explicit ProxyFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in ProxyFileSystem() function1161 : 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()
255 llvm::vfs::ProxyFileSystem>(std::move(FS)), in DependencyScanningWorkerFilesystem()465 std::error_code EC = ProxyFileSystem::setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
369 llvm::vfs::ProxyFileSystem> {
624 void ProxyFileSystem::anchor() {} in anchor()2988 const char ProxyFileSystem::ID = 0;