Lines Matching refs:AllSubCommands
172 registerSubCommand(&*AllSubCommands); in CommandLineParser()
192 if (SC == &*AllSubCommands) { in addLiteralOption()
248 if (SC == &*AllSubCommands) { in addOption()
380 if (sub != &*AllSubCommands) { in registerSubCommand()
381 for (auto &E : AllSubCommands->OptionsMap) { in registerSubCommand()
414 AllSubCommands->reset(); in reset()
416 registerSubCommand(&*AllSubCommands); in reset()
493 ManagedStatic<SubCommand> llvm::cl::AllSubCommands; member in llvm::cl
527 assert(&Sub != &*AllSubCommands); in LookupOption()
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)};
2514 cl::sub(*AllSubCommands)};