Searched refs:BaseFS (Results 1 – 7 of 7) sorted by relevance
33 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument36 std::move(BaseFS)), in StandaloneToolExecutor()
379 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) in ClangTool() argument382 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
322 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
232 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
344 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument345 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
3473 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument3475 return BaseFS; in createVFSFromCompilerInvocation()3477 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromCompilerInvocation()