Searched refs:AllSubCommands (Results 1 – 3 of 3) sorted by relevance
88 cl::sub(*cl::AllSubCommands)); in init()92 cl::sub(*cl::AllSubCommands)); in init()96 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()101 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()106 cl::cat(Category), cl::sub(*cl::AllSubCommands)); in init()
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()415 assert(&Sub != &*AllSubCommands); in LookupOption()449 if (S == &*AllSubCommands) in LookupSubCommand()2077 cl::sub(*AllSubCommands));[all …]
242 extern ManagedStatic<SubCommand> AllSubCommands;316 return SC == &*AllSubCommands; in isInAllSubCommands()