Home | History | Annotate | Download | only in Support

Lines Matching full:categories

122 // This collects the different option categories that have been registered.
134 }) == 0 && "Duplicate option categories");
1526 // Collect registered option categories into vector in preparation for
1534 // Sort the different option categories alphabetically.
1535 assert(SortedCategories.size() > 0 && "No option categories registered!");
1546 // Walk through pre-sorted options and assign into categories.
1548 // options within categories will also be alphabetically sorted.
1561 // Hide empty categories for -help, but show for -help-hidden.
1612 // help-hidden as an uncategorized list or in categories.
1627 // -help-list is hidden by default because if Option categories are being used
1640 // behaviour at runtime depending on whether one or more Option categories have