Searched defs:CreateInvocationOptions (Results 1 – 1 of 1) sorted by relevance
193 struct CreateInvocationOptions { struct196 IntrusiveRefCntPtr<DiagnosticsEngine> Diags = nullptr;200 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr;204 bool RecoverOnError = false;232 /// See CreateInvocationOptions::ShouldRecoverOnErrors to try harder! argument