Home | History | Annotate | Download | only in Support

Lines Matching defs:Positional

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