Lines Matching refs:InMemoryFileSystem
208 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
209 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
210 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
213 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs()
218 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
414 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool()
417 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
462 InMemoryFileSystem->addFile( in run()
528 InMemoryFileSystem->addFile( in run()
632 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
633 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
634 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
643 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs()
646 InMemoryFileSystem->addFile( in buildASTFromCodeWithArgs()