Home | History | Annotate | Download | only in Support

Lines Matching defs:OptionCategory

170 class OptionCategory {
178 OptionCategory(StringRef const Name,
189 extern OptionCategory GeneralCategory;
267 OptionCategory *Category; // The Category this option belongs to
318 void setCategory(OptionCategory &C) { Category = &C; }
427 OptionCategory &Category;
429 cat(OptionCategory &c) : Category(c) {}
1872 void HideUnrelatedOptions(cl::OptionCategory &Category,
1882 void HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories,