Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp6374 Arg *SecondConflict = VirtualArg ? VirtualArg : MultipleArg; in AddClangCLArgs() local
6375 if (FirstConflict && SecondConflict && FirstConflict != SecondConflict) in AddClangCLArgs()
6378 << SecondConflict->getAsString(Args); in AddClangCLArgs()