Searched refs:ConsumeAfter (Results 1 – 5 of 5) sorted by relevance
67 cl::list<std::string> Argv(cl::ConsumeAfter,
810 .. _cl::ConsumeAfter:813 The ``cl::ConsumeAfter`` modifier816 The ``cl::ConsumeAfter`` `formatting option`_ is used to construct programs that833 cl::list<string> Argv(cl::ConsumeAfter, cl::desc("<program arguments>..."));852 There are several limitations to when ``cl::ConsumeAfter`` options can be853 specified. For example, only one ``cl::ConsumeAfter`` can be specified per855 not be any `cl::list`_ positional arguments, and the ``cl::ConsumeAfter`` option1086 * The **cl::ConsumeAfter** modifier is described in the `Positional arguments1157 * The **cl::ConsumeAfter** modifier specifies that this option is used to
77 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
137 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) { in addOption()1155 case ConsumeAfter: in addOccurrence()
105 ConsumeAfter = 0x04 enumerator