Lines Matching defs:VFS
78 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS =
81 CompilerInstance::createDiagnostics(*VFS, new DiagnosticOptions());
85 CIOpts.VFS = VFS;
103 *Invocation, Buffer.get(), Bounds, *Diags, VFS,
110 EXPECT_TRUE(BuiltPreamble->CanReuse(*Invocation, *Buffer, Bounds, *VFS));
111 BuiltPreamble->OverridePreamble(*Invocation, VFS, Buffer.get());
119 Clang->getInvocation(), Clang->getDiagnostics(), VFS))
120 VFS = VFSWithRemapping;
122 Clang->createFileManager(VFS);