Searched refs:PositionalEatsArgs (Results 1 – 5 of 5) sorted by relevance
108 cl::ZeroOrMore, cl::PositionalEatsArgs);118 cl::PositionalEatsArgs);122 cl::ZeroOrMore, cl::PositionalEatsArgs);129 cl::ZeroOrMore, cl::PositionalEatsArgs);
120 cl::ZeroOrMore, cl::PositionalEatsArgs);
1480 (ActivePositionalArg->getMiscFlags() & PositionalEatsArgs)) { in ParseCommandLineOptions()1544 if ((Handler->getMiscFlags() & PositionalEatsArgs) && !Value.empty()) { in ParseCommandLineOptions()1773 if (O.getMiscFlags() & PositionalEatsArgs) in getOptionWidth()1790 if (O.getMiscFlags() & PositionalEatsArgs) { in printOptionInfo()
86 cl::ZeroOrMore, cl::PositionalEatsArgs,
170 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args? enumerator