Lines Matching refs:InMemoryFileSystem
235 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
236 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
237 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
240 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs()
245 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
479 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool()
482 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
527 InMemoryFileSystem->addFile( in run()
593 InMemoryFileSystem->addFile( in run()
697 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
698 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
699 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
708 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs()
711 InMemoryFileSystem->addFile( in buildASTFromCodeWithArgs()