Searched refs:YuArg (Results 1 – 2 of 2) sorted by relevance
3981 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in handleArguments() local 3982 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments() 3986 YcArg = YuArg = nullptr; in handleArguments() 4035 YcArg = YuArg = nullptr; in handleArguments()
1109 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local1119 if (YcArg || YuArg) { in AddPreprocessingOptions()1120 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()