Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3980 Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in handleArguments() local
3982 if (YcArg && YuArg && strcmp(YcArg->getValue(), YuArg->getValue()) != 0) { in handleArguments()
3986 YcArg = YuArg = nullptr; in handleArguments()
3988 if (YcArg && Inputs.size() > 1) { in handleArguments()
3991 YcArg = nullptr; in handleArguments()
4035 YcArg = YuArg = nullptr; in handleArguments()
4084 if (YcArg) { in handleArguments()
6338 if (Arg *YcArg = C.getArgs().getLastArg(options::OPT__SLASH_Yc)) in GetClPchPath()
6339 Output = YcArg in GetClPchPath()
6333 if (Arg *YcArg = C.getArgs().getLastArg(options::OPT__SLASH_Yc)) GetClPchPath() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1108 const Arg *YcArg = Args.getLastArg(options::OPT__SLASH_Yc); in AddPreprocessingOptions() local
1110 if (YcArg && JA.getKind() >= Action::PrecompileJobClass && in AddPreprocessingOptions()
1119 if (YcArg || YuArg) { in AddPreprocessingOptions()
1120 StringRef ThroughHeader = YcArg ? YcArg->getValue() : YuArg->getValue(); in AddPreprocessingOptions()
1131 Twine("-pch-through-hdrstop-") + (YcArg ? "create" : "use"))); in AddPreprocessingOptions()