Searched refs:YuArg (Results 1 – 2 of 2) sorted by relevance
3890 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in handleArguments() local3891 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()3895 YcArg = YuArg = nullptr; in handleArguments()3923 YcArg = YuArg = nullptr; in handleArguments()
1332 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local1342 if (YcArg || YuArg) { in AddPreprocessingOptions()1343 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()