Searched refs:isPositional (Results 1 – 3 of 3) sorted by relevance
166 assert(!this->isPositional() && !this->isSink() && in Option()214 assert(!this->isPositional() && !this->isSink() && in ListOption()
303 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional() function
382 if ((O->isPositional() || O->isSink() || O->isConsumeAfter()) || in registerSubCommand()