Searched refs:AllSubCommands (Results 1 – 3 of 3) sorted by relevance
89 cl::sub(*cl::AllSubCommands)); in init()93 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()98 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()103 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
192 if (SC == &*AllSubCommands) { in addLiteralOption()248 if (SC == &*AllSubCommands) { in addOption()380 if (sub != &*AllSubCommands) { in registerSubCommand()414 AllSubCommands->reset(); in reset()557 if (S == &*AllSubCommands) in LookupSubCommand()2466 cl::sub(*AllSubCommands)};2475 cl::sub(*AllSubCommands)};2486 cl::sub(*AllSubCommands)};2498 cl::sub(*AllSubCommands)};2506 cl::sub(*AllSubCommands)};[all …]
244 extern ManagedStatic<SubCommand> AllSubCommands;320 return SC == &*AllSubCommands; in isInAllSubCommands()