Lines Matching defs:VFS
204 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS)
205 : Diags(Diags), VFS(std::move(VFS)), Mode(GCCMode),
216 // Provide a sane fallback if no VFS is specified.
217 if (!this->VFS)
218 this->VFS = llvm::vfs::getRealFileSystem();
1267 if (VFS->setCurrentWorkingDirectory(WD->getValue()))
1273 if (!VFS->exists(IncludeDir))
1828 SmallString<128> VFS;
1841 VFS = llvm::sys::path::filename(TempFile);
1842 llvm::sys::path::append(VFS, "vfs", "vfs.yaml");
1850 CrashReportInfo CrashInfo(TempFiles[0], VFS);