Searched refs:YuArg (Results 1 – 2 of 2) sorted by relevance
4281 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in handleArguments() local4282 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()4286 YcArg = YuArg = nullptr; in handleArguments()4336 YcArg = YuArg = nullptr; in handleArguments()
977 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local987 if (YcArg || YuArg) { in AddPreprocessingOptions()988 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()