Lines Matching refs:YcArg
3980 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc);
3982 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) {
3986 YcArg = YuArg = nullptr;
3988 if (YcArg && Inputs.size() > 1) {
3991 YcArg = nullptr;
4035 YcArg = YuArg = nullptr;
4084 if (YcArg) {
6338 if (Arg *YcArg = C.getArgs().getLastArg(options::OPT__SLASH_Yc))
6339 Output = YcArg->getValue();