Searched refs:YuArg (Results 1 – 2 of 2) sorted by relevance
3534 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in handleArguments() local3535 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()3539 YcArg = YuArg = nullptr; in handleArguments()3565 YcArg = YuArg = nullptr; in handleArguments()
1275 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local1285 if (YcArg || YuArg) { in AddPreprocessingOptions()1286 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()