Searched refs:MSCVersion (Results 1 – 1 of 1) sorted by relevance
4154 const Arg *MSCVersion = Args.getLastArg(options::OPT_fmsc_version); in ConstructJob() local4158 if (MSCVersion && MSCompatibilityVersion) in ConstructJob()4160 << MSCVersion->getAsString(Args) in ConstructJob()4168 } else if (MSCVersion) { in ConstructJob()4170 if (StringRef(MSCVersion->getValue()).getAsInteger(10, Version)) in ConstructJob()4171 D.Diag(diag::err_drv_invalid_value) << MSCVersion->getAsString(Args) in ConstructJob()4172 << MSCVersion->getValue(); in ConstructJob()