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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp111 typedef SmallPtrSet<OptionCategory*,16> OptionCatSet;
115 OptionCategory llvm::cl::GeneralCategory("General options");
117 void OptionCategory::registerCategory()
1312 static bool OptionCategoryCompare(OptionCategory *A, OptionCategory *B) {
1323 std::vector<OptionCategory *> SortedCategories;
1324 std::map<OptionCategory *, std::vector<Option *> > CategorizedOptions;
1339 for (std::vector<OptionCategory *>::const_iterator
1356 for (std::vector<OptionCategory *>::const_iterator
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h144 class OptionCategory { class in namespace:llvm::cl
150 OptionCategory(const char *const Name, const char *const Description = 0) function in class:llvm::cl::OptionCategory
157 extern OptionCategory GeneralCategory;
198 OptionCategory *Category; // The Category this option belongs to
236 void setCategory(OptionCategory &C) { Category = &C; }
338 OptionCategory &Category;
339 cat(OptionCategory &c) : Category(c) {}

Completed in 101 milliseconds