Searched refs:YuArg (Results 1 – 2 of 2) sorted by relevance
3165 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in BuildActions() local3166 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in BuildActions()3170 YcArg = YuArg = nullptr; in BuildActions()3184 YcArg = YuArg = nullptr; in BuildActions()
1133 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local1138 if (YcArg || YuArg) { in AddPreprocessingOptions()1139 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()