Searched refs:GenericCategory (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1943 static cl::OptionCategory GenericCategory("Generic Options"); variable 1952 cl::cat(GenericCategory), cl::sub(*AllSubCommands)); 1957 cl::ValueDisallowed, cl::cat(GenericCategory), 1966 cl::cat(GenericCategory), cl::sub(*AllSubCommands)); 1971 cl::cat(GenericCategory), cl::sub(*AllSubCommands)); 1976 cl::Hidden, cl::init(false), cl::cat(GenericCategory), 1982 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands)); 2085 cl::cat(GenericCategory)); 2128 I.second->Category != &GenericCategory) in HideUnrelatedOptions() 2140 I.second->Category != &GenericCategory) in HideUnrelatedOptions()
|