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()
448 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool()
451 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
496 InMemoryFileSystem->addFile( in run()
562 InMemoryFileSystem->addFile( in run()
666 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
667 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
668 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
677 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs()
680 InMemoryFileSystem->addFile( in buildASTFromCodeWithArgs()