Searched refs:YcArg (Results 1 – 2 of 2) sorted by relevance
3939 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in handleArguments() local3941 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()3945 YcArg = YuArg = nullptr; in handleArguments()3947 if (YcArg && Inputs.size() > 1) { in handleArguments()3950 YcArg = nullptr; in handleArguments()3994 YcArg = YuArg = nullptr; in handleArguments()4043 if (YcArg) { in handleArguments()6204 if (Arg *YcArg = C.getArgs().getLastArg(options::OPT__SLASH_Yc)) in GetClPchPath() local6205 Output = YcArg->getValue(); in GetClPchPath()
1156 const Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in AddPreprocessingOptions() local1158 if (YcArg && JA.getKind() >= Action::PrecompileJobClass && in AddPreprocessingOptions()1167 if (YcArg || YuArg) { in AddPreprocessingOptions()1168 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()1179 Twine("-pch-through-hdrstop-") + (YcArg ? "create" : "use"))); in AddPreprocessingOptions()