Searched defs:OptionCategory (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCommandLine.h152 class OptionCategory { class in namespace:llvm::cl
159 OptionCategory(const char *const Name, function in class:llvm::cl::OptionCategory
169 extern OptionCategory GeneralCategory;
209 OptionCategory *Category; // The Category this option belongs to
243 void setCategory(OptionCategory &C) { Category = &C; }
344 OptionCategory &Category;
345 cat(OptionCategory &c) : Category(c) {}
1694 void HideUnrelatedOptions(cl::OptionCategory &Category);
1703 void HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories);

Completed in 67 milliseconds