Lines Matching refs:InMemoryFileSystem
183 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
184 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
185 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
188 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs()
193 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
383 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool()
385 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
427 InMemoryFileSystem->addFile( in run()
493 InMemoryFileSystem->addFile( in run()
591 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
592 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
593 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
601 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs()