Searched refs:BaseFS (Results 1 – 11 of 11) 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()
331 BaseFS = DepFS; in DependencyScanningWorker()335 BaseFS = FS; in DependencyScanningWorker()428 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()438 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()458 auto &FinalFS = ModifiedFS ? ModifiedFS : BaseFS; in computeDependencies()
40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
329 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
393 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);398 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
112 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS; variable
314 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS() argument316 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()
421 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument422 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
4883 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument4885 Diags, std::move(BaseFS)); in createVFSFromCompilerInvocation()4890 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromOverlayFiles() argument4892 return BaseFS; in createVFSFromOverlayFiles()4894 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromOverlayFiles()