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

/external/llvm/include/llvm/Support/
H A DCommandLine.h143 class OptionCategory { class in namespace:llvm::cl
149 OptionCategory(const char *const Name, const char *const Description = nullptr) function in class:llvm::cl::OptionCategory
156 extern OptionCategory GeneralCategory;
197 OptionCategory *Category; // The Category this option belongs to
235 void setCategory(OptionCategory &C) { Category = &C; }
343 OptionCategory &Category;
344 cat(OptionCategory &c) : Category(c) {}

Completed in 139 milliseconds