Home | History | Annotate | Download | only in Support

Lines Matching defs:OptionCategory

165 class OptionCategory {
173 OptionCategory(StringRef const Name,
184 extern OptionCategory GeneralCategory;
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {}
1858 void HideUnrelatedOptions(cl::OptionCategory &Category,
1868 void HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories,