Home | History | Annotate | Download | only in Support

Lines Matching refs:Categories

103   // This collects the different option categories that have been registered.
202 "Duplicate option categories");
1559 // Collect registered option categories into vector in preparation for
1567 // Sort the different option categories alphabetically.
1568 assert(SortedCategories.size() > 0 && "No option categories registered!");
1579 // Walk through pre-sorted options and assign into categories.
1581 // options within categories will also be alphabetically sorted.
1594 // Hide empty categories for -help, but show for -help-hidden.
1645 // help-hidden as an uncategorized list or in categories.
1662 // -help-list is hidden by default because if Option categories are being used
1676 // behaviour at runtime depending on whether one or more Option categories have
1843 void cl::HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories) {
1844 auto CategoriesBegin = Categories.begin();
1845 auto CategoriesEnd = Categories.end();