Searched refs:YuArg (Results 1 – 2 of 2) sorted by relevance
3842 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in handleArguments() local3843 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()3847 YcArg = YuArg = nullptr; in handleArguments()3875 YcArg = YuArg = nullptr; in handleArguments()
1222 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local1232 if (YcArg || YuArg) { in AddPreprocessingOptions()1233 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()