Home
last modified time | relevance | path

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

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