reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 extern ManagedStatic<SubCommand> AllSubCommands;
322 return SC == &*AllSubCommands;
lib/Support/CommandLine.cpp155 registerSubCommand(&*AllSubCommands); 175 if (SC == &*AllSubCommands) { 231 if (SC == &*AllSubCommands) { 363 if (sub != &*AllSubCommands) { 364 for (auto &E : AllSubCommands->OptionsMap) { 397 AllSubCommands->reset(); 399 registerSubCommand(&*AllSubCommands); 513 assert(&Sub != &*AllSubCommands); 547 if (S == &*AllSubCommands) 2291 cl::cat(GenericCategory), cl::sub(*AllSubCommands)); 2297 cl::sub(*AllSubCommands)); 2305 cl::cat(GenericCategory), cl::sub(*AllSubCommands)); 2313 cl::cat(GenericCategory), cl::sub(*AllSubCommands)); 2319 cl::sub(*AllSubCommands)); 2324 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));tools/clang/lib/Tooling/CommonOptionsParser.cpp
89 cl::sub(*cl::AllSubCommands)); 93 cl::cat(Category), cl::sub(*cl::AllSubCommands)); 98 cl::cat(Category), cl::sub(*cl::AllSubCommands)); 103 cl::cat(Category), cl::sub(*cl::AllSubCommands));tools/clang/tools/clang-refactor/ClangRefactor.cpp
42 cl::sub(*cl::AllSubCommands)); 46 cl::sub(*cl::AllSubCommands));unittests/Support/CommandLineTest.cpp
492 StackOption<bool> AllOpt("everywhere", cl::sub(*cl::AllSubCommands), 601 StackOption<bool> RemoveOption("remove-option", cl::sub(*cl::AllSubCommands), 603 StackOption<bool> KeepOption("keep-option", cl::sub(*cl::AllSubCommands), 682 StackOption<std::string> Bar("bar", cl::sub(*cl::AllSubCommands), 687 StackOption<bool> Foo("foo", cl::init(false), cl::sub(*cl::AllSubCommands),