Lines Matching refs:InMemoryFileSystem
227 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
228 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
229 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
232 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs()
237 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
433 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool()
436 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
481 InMemoryFileSystem->addFile( in run()
547 InMemoryFileSystem->addFile( in run()
651 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
652 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
653 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
662 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs()
665 InMemoryFileSystem->addFile( in buildASTFromCodeWithArgs()