Searched refs:YcArg (Results 1 – 4 of 4) sorted by relevance
1535 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in BuildActions() local1537 if (YcArg && YcArg->getValue()[0] == '\0') { in BuildActions()1538 Diag(clang::diag::warn_drv_ycyu_no_arg_clang_cl) << YcArg->getSpelling(); in BuildActions()1540 YcArg = nullptr; in BuildActions()1547 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in BuildActions()1551 YcArg = YuArg = nullptr; in BuildActions()1553 if (YcArg || YuArg) { in BuildActions()1554 StringRef Val = YcArg ? YcArg->getValue() : YuArg->getValue(); in BuildActions()1563 << (YcArg ? YcArg : YuArg)->getSpelling(); in BuildActions()1566 YcArg = YuArg = nullptr; in BuildActions()[all …]
401 const Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in AddPreprocessingOptions() local409 if (YcArg && strcmp(A->getValue(), YcArg->getValue()) == 0) in AddPreprocessingOptions()
3399 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in handleArguments() local3401 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()3405 YcArg = YuArg = nullptr; in handleArguments()3407 if (YcArg && Inputs.size() > 1) { in handleArguments()3410 YcArg = nullptr; in handleArguments()3431 YcArg = YuArg = nullptr; in handleArguments()3480 if (YcArg) { in handleArguments()5057 if (Arg *YcArg = C.getArgs().getLastArg(options::OPT__SLASH_Yc)) in GetClPchPath() local5058 Output = YcArg->getValue(); in GetClPchPath()
1211 const Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in AddPreprocessingOptions() local1213 if (YcArg && JA.getKind() >= Action::PrecompileJobClass && in AddPreprocessingOptions()1222 if (YcArg || YuArg) { in AddPreprocessingOptions()1223 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()1234 Twine("-pch-through-hdrstop-") + (YcArg ? "create" : "use"))); in AddPreprocessingOptions()