Searched refs:ConsumeAfter (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp132 Option *CAOpt = 0; // The ConsumeAfter option if it exists.
156 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) {
158 O->error("Cannot specify more than one option with cl::ConsumeAfter!");
578 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) {
580 "Cannot specify cl::ConsumeAfter without a positional argument!");
592 // ConsumeAfter cannot be combined with "optional" positional options
598 "cl::ConsumeAfter option is active!");
756 // Positional args have already been handled if ConsumeAfter is specified.
813 // cl::ConsumeAfter command line option...
892 case ConsumeAfter
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp64 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h90 // ConsumeAfter - Indicates that this option is fed anything that follows the
92 // there are zero positional arguments, and a ConsumeAfter option is used).
95 // passed, unprocessed, to the ConsumeAfter option.
97 ConsumeAfter = 0x04 enumerator in enum:llvm::cl::NumOccurrencesFlag

Completed in 74 milliseconds