Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp8093 Arg *SecondConflict = VirtualArg ? VirtualArg : MultipleArg; in AddClangCLArgs() local
8094 if (FirstConflict && SecondConflict && FirstConflict != SecondConflict) in AddClangCLArgs()
8097 << SecondConflict->getAsString(Args); in AddClangCLArgs()