Home | History | Annotate | Download | only in Support

Lines Matching defs:Positional

117   // last positional argument required by the application (it is an error if
118 // there are zero positional arguments, and a ConsumeAfter option is used).
156 Positional = 0x01, // Is a positional argument, no '-' required
163 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args?
293 bool isPositional() const { return getFormattingFlag() == cl::Positional; }
1778 /// Access to unnamed arguments (i.e. positional) are not provided because