Searched refs:YcArg (Results 1 – 2 of 2) sorted by relevance
3549 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in handleArguments() local3551 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()3555 YcArg = YuArg = nullptr; in handleArguments()3557 if (YcArg && Inputs.size() > 1) { in handleArguments()3560 YcArg = nullptr; in handleArguments()3582 YcArg = YuArg = nullptr; in handleArguments()3631 if (YcArg) { in handleArguments()5229 if (Arg *YcArg = C.getArgs().getLastArg(options::OPT__SLASH_Yc)) in GetClPchPath() local5230 Output = YcArg->getValue(); in GetClPchPath()
1281 const Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in AddPreprocessingOptions() local1283 if (YcArg && JA.getKind() >= Action::PrecompileJobClass && in AddPreprocessingOptions()1292 if (YcArg || YuArg) { in AddPreprocessingOptions()1293 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()1304 Twine("-pch-through-hdrstop-") + (YcArg ? "create" : "use"))); in AddPreprocessingOptions()