Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3940 Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in handleArguments() local
3941 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()
3945 YcArg = YuArg = nullptr; in handleArguments()
3994 YcArg = YuArg = nullptr; in handleArguments()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1157 const Arg *YuArg = Args.getLastArg(options::OPT__SLASH_Yu); in AddPreprocessingOptions() local
1167 if (YcArg || YuArg) { in AddPreprocessingOptions()
1168 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()