Lines Matching refs:OverlayFileSystem
206 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem( in runToolOnCodeWithArgs() local
207 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
210 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
223 return runToolOnCodeWithArgs(std::move(ToolAction), Code, OverlayFileSystem, in runToolOnCodeWithArgs()
409 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
412 : new FileManager(FileSystemOptions(), OverlayFileSystem)) { in ClangTool()
413 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
418 Files->setVirtualFileSystem(OverlayFileSystem); in ClangTool()
468 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run()
481 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
512 if (OverlayFileSystem->setCurrentWorkingDirectory( in run()
560 OverlayFileSystem->setCurrentWorkingDirectory(InitialWorkingDir)) in run()
625 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem( in buildASTFromCodeWithArgs() local
626 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
629 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
631 new FileManager(FileSystemOptions(), OverlayFileSystem)); in buildASTFromCodeWithArgs()