Home
last modified time | relevance | path

Searched refs:YuArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3981 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()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1109 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local
1119 if (YcArg || YuArg) { in AddPreprocessingOptions()
1120 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()