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()
472 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument476 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()692 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in buildASTFromCodeWithArgs() argument696 new llvm::vfs::OverlayFileSystem(std::move(BaseFS))); in buildASTFromCodeWithArgs()
139 llvm::vfs::FileSystem &getVFS() const { return *BaseFS; } in getVFS()148 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS; variable
616 BaseFS = DepFS; in DependencyScanningWorker()620 BaseFS = FS; in DependencyScanningWorker()806 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()816 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()835 auto &FinalFS = ModifiedFS ? ModifiedFS : BaseFS; in computeDependencies()846 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()852 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS); in computeDependencies()
40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
241 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =335 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
394 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);399 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
111 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()
442 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument443 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
5445 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument5447 Diags, std::move(BaseFS)); in createVFSFromCompilerInvocation()5452 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromOverlayFiles() argument5454 return BaseFS; in createVFSFromOverlayFiles()5456 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromOverlayFiles()