Searched refs:ConsumeAfter (Results 1 – 5 of 5) sorted by relevance
144 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) { in GetOptionInfo()568 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) { in ParseCommandLineOptions()884 case ConsumeAfter: break; in addOccurrence()1258 PositionalOpts[0]->getNumOccurrencesFlag() == ConsumeAfter) in operator =()
62 cl::list<std::string> Argv(cl::ConsumeAfter,
762 .. _cl::ConsumeAfter:765 The ``cl::ConsumeAfter`` modifier768 The ``cl::ConsumeAfter`` `formatting option`_ is used to construct programs that785 cl::list<string> Argv(cl::ConsumeAfter, cl::desc("<program arguments>..."));804 There are several limitations to when ``cl::ConsumeAfter`` options can be805 specified. For example, only one ``cl::ConsumeAfter`` can be specified per807 not be any `cl::list`_ positional arguments, and the ``cl::ConsumeAfter`` option1032 * The **cl::ConsumeAfter** modifier is described in the `Positional arguments1103 * The **cl::ConsumeAfter** modifier specifies that this option is used to
71 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
98 ConsumeAfter = 0x04 enumerator