Home | History | Annotate | Download | only in Support

Lines Matching defs:OptionCategory

157 class OptionCategory {
164 OptionCategory(const char *const Name,
174 extern OptionCategory GeneralCategory;
253 OptionCategory *Category; // The Category this option belongs to
298 void setCategory(OptionCategory &C) { Category = &C; }
401 OptionCategory &Category;
402 cat(OptionCategory &c) : Category(c) {}
1804 void HideUnrelatedOptions(cl::OptionCategory &Category,
1814 void HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories,