Lines Matching defs:VFS
110 CIOpts.VFS = Inputs.TFS->view(Inputs.CompileCommand.Directory);
114 *CIOpts.VFS, new DiagnosticOptions, &D, false);
132 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
134 assert(VFS && "VFS is null");
142 Preamble->OverridePreamble(*CI, VFS, Buffer.get());
151 Clang->createDiagnostics(*VFS, &DiagsClient, false);
154 Clang->getInvocation(), Clang->getDiagnostics(), VFS))
155 VFS = VFSWithRemapping;
156 Clang->createFileManager(VFS);