Home | History | Annotate | Download | only in Driver

Lines Matching defs:Group

134   const OptionGroup *Group =
145 Opt = new OptionGroup(id, info.Name, Group); break;
147 Opt = new FlagOption(id, info.Name, Group, Alias); break;
149 Opt = new JoinedOption(id, info.Name, Group, Alias); break;
151 Opt = new SeparateOption(id, info.Name, Group, Alias); break;
153 Opt = new CommaJoinedOption(id, info.Name, Group, Alias); break;
155 Opt = new MultiArgOption(id, info.Name, Group, Alias, info.Param); break;
157 Opt = new JoinedOrSeparateOption(id, info.Name, Group, Alias); break;
159 Opt = new JoinedAndSeparateOption(id, info.Name, Group, Alias); break;
331 // If not in a group, return the default help group.
335 // Abuse the help text of the option groups to store the "help group"
353 // Render help text into a map of group-name to a list of (option, help)