Searched refs:YcArg (Results 1 – 2 of 2) 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()