Lines Matching refs:AllSubCommands
110 registerSubCommand(&*AllSubCommands); in CommandLineParser()
129 if (SC == &*AllSubCommands) { in addLiteralOption()
180 if (SC == &*AllSubCommands) { in addOption()
298 if (sub != &*AllSubCommands) { in registerSubCommand()
299 for (auto &E : AllSubCommands->OptionsMap) { in registerSubCommand()
332 AllSubCommands->reset(); in reset()
334 registerSubCommand(&*AllSubCommands); in reset()
381 ManagedStatic<SubCommand> llvm::cl::AllSubCommands; member in llvm::cl
415 assert(&Sub != &*AllSubCommands); in LookupOption()
449 if (S == &*AllSubCommands) in LookupSubCommand()
2071 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2077 cl::sub(*AllSubCommands));
2085 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2090 cl::cat(GenericCategory), cl::sub(*AllSubCommands));
2096 cl::sub(*AllSubCommands));
2101 cl::init(false), cl::cat(GenericCategory), cl::sub(*AllSubCommands));