Lines Matching refs:InMemoryFileSystem
130 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
131 new vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
132 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
139 InMemoryFileSystem->addFile(FileNameRef, 0, in runToolOnCodeWithArgs()
144 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
314 InMemoryFileSystem(new vfs::InMemoryFileSystem), in ClangTool()
317 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
361 InMemoryFileSystem->addFile( in run()
406 InMemoryFileSystem->addFile( in run()
487 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
488 new vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
489 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
496 InMemoryFileSystem->addFile(FileNameRef, 0, in buildASTFromCodeWithArgs()