Lines Matching defs:TestCategory
92 cl::OptionCategory TestCategory("Test Options", "Description");
115 Retrieved->addCategory(TestCategory);
119 return Cat == &TestCategory;
141 StackOption<int> TestOption2("test-option", cl::cat(TestCategory));
146 return Cat == &TestCategory;
152 StackOption<int> TestOption2("test-option2", cl::cat(TestCategory),
162 return Cat == &TestCategory;
173 StackOption<int> TestOption("test-option", cl::cat(TestCategory),
184 return Cat == &TestCategory;
412 StackOption<int> TestOption2("hide-option-2", cl::cat(TestCategory));
414 cl::HideUnrelatedOptions(TestCategory);
432 StackOption<int> TestOption2("multi-hide-option-2", cl::cat(TestCategory));
435 const cl::OptionCategory *VisibleCategories[] = {&TestCategory,