Lines Matching defs:YcArg
4187 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc);
4189 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) {
4193 YcArg = YuArg = nullptr;
4195 if (YcArg && Inputs.size() > 1) {
4198 YcArg = nullptr;
4243 YcArg = YuArg = nullptr;
4293 if (YcArg) {
6595 if (Arg *YcArg = C.getArgs().getLastArg(options::OPT__SLASH_Yc))
6596 Output = YcArg->getValue();