Lines Matching refs:InMemoryFileSystem
135 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
136 new vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
137 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
145 InMemoryFileSystem->addFile(FileNameRef, 0, in runToolOnCodeWithArgs()
150 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
322 InMemoryFileSystem(new vfs::InMemoryFileSystem), in ClangTool()
325 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
375 InMemoryFileSystem->addFile( in run()
420 InMemoryFileSystem->addFile( in run()
510 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
511 new vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
512 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
519 InMemoryFileSystem->addFile(FileNameRef, 0, in buildASTFromCodeWithArgs()