Lines Matching refs:AllSubCommands
171 registerSubCommand(&*AllSubCommands); in CommandLineParser()
191 if (SC == &*AllSubCommands) { in addLiteralOption()
247 if (SC == &*AllSubCommands) { in addOption()
379 if (sub != &*AllSubCommands) { in registerSubCommand()
380 for (auto &E : AllSubCommands->OptionsMap) { in registerSubCommand()
413 AllSubCommands->reset(); in reset()
415 registerSubCommand(&*AllSubCommands); in reset()
492 ManagedStatic<SubCommand> llvm::cl::AllSubCommands; member in llvm::cl
526 assert(&Sub != &*AllSubCommands); in LookupOption()
556 if (S == &*AllSubCommands) in LookupSubCommand()
2522 cl::sub(*AllSubCommands)};
2531 cl::sub(*AllSubCommands)};
2542 cl::sub(*AllSubCommands)};
2554 cl::sub(*AllSubCommands)};
2562 cl::sub(*AllSubCommands)};
2570 cl::sub(*AllSubCommands)};