Searched refs:isPositional (Results 1 – 6 of 6) sorted by relevance
203 assert(!this->isPositional() && !this->isSink() &&251 assert(!this->isPositional() && !this->isSink() && in handleOccurrence()
514 bool isPositional() const { return Aux.index() == Positional; }519 assert(isPositional() && "Should be positional!"); in getIndex() 534 if (isPositional()) in getAsString() 512 bool isPositional() const { return Aux.index() == Positional; } isPositional() function
311 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional() function
605 if (Arg->isPositional()) in resolveArguments() 4434 if (Value->isPositional()) in dump()
2390 if (Arg->isPositional())
353 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()