Searched refs:BaseFS (Results 1 – 9 of 9) sorted by relevance
32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument35 std::move(BaseFS)), in StandaloneToolExecutor()
474 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument478 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
498 BaseFS = DepFS; in DependencyScanningWorker()502 BaseFS = FS; in DependencyScanningWorker()595 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()605 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()625 auto &FinalFS = ModifiedFS ? ModifiedFS : BaseFS; in computeDependencies()
40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
408 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);413 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
314 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS() argument316 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()
430 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument431 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
5094 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument5096 Diags, std::move(BaseFS)); in createVFSFromCompilerInvocation()5101 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromOverlayFiles() argument5103 return BaseFS; in createVFSFromOverlayFiles()5105 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromOverlayFiles()