Searched refs:ConsumeAfter (Results 1 – 5 of 5) sorted by relevance
66 cl::list<std::string> Argv(cl::ConsumeAfter,
806 .. _cl::ConsumeAfter:809 The ``cl::ConsumeAfter`` modifier812 The ``cl::ConsumeAfter`` `formatting option`_ is used to construct programs that829 cl::list<string> Argv(cl::ConsumeAfter, cl::desc("<program arguments>..."));848 There are several limitations to when ``cl::ConsumeAfter`` options can be849 specified. For example, only one ``cl::ConsumeAfter`` can be specified per851 not be any `cl::list`_ positional arguments, and the ``cl::ConsumeAfter`` option1106 * The **cl::ConsumeAfter** modifier is described in the `Positional arguments1177 * The **cl::ConsumeAfter** modifier specifies that this option is used to
126 ConsumeAfter = 0x04 enumerator314 return getNumOccurrencesFlag() == cl::ConsumeAfter; in isConsumeAfter()
103 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
228 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) { in addOption()