Searched refs:ConsumeAfterOpt (Results 1 – 1 of 1) sorted by relevance
101 Option *ConsumeAfterOpt; // The ConsumeAfter option if it exists. member in __anon5ad846a50111::CommandLineParser106 CommandLineParser() : ProgramOverview(nullptr), ConsumeAfterOpt(nullptr) {} in CommandLineParser()138 if (ConsumeAfterOpt) { in addOption()142 ConsumeAfterOpt = O; in addOption()176 else if (O == ConsumeAfterOpt) in removeOption()177 ConsumeAfterOpt = nullptr; in removeOption()182 nullptr != ConsumeAfterOpt); in hasOptions()860 if (ConsumeAfterOpt) { in ParseCommandLineOptions()872 else if (ConsumeAfterOpt) { in ParseCommandLineOptions()895 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()[all …]