Lines Matching refs:vfs
52 IntrusiveRefCntPtr<vfs::FileSystem> VFS) { in newDriver()
133 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in runToolOnCodeWithArgs()
134 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
135 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs()
136 new vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
321 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in ClangTool()
322 InMemoryFileSystem(new vfs::InMemoryFileSystem), in ClangTool()
508 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in buildASTFromCodeWithArgs()
509 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
510 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs()
511 new vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()