Searched refs:getTopLevel (Results 1 – 3 of 3) sorted by relevance
34 if (SC == &cl::SubCommand::getTopLevel()) { in main()
167 CommandLineParser() { registerSubCommand(&SubCommand::getTopLevel()); } in CommandLineParser()177 Action(SubCommand::getTopLevel()); in forEachSubCommand()382 SubCommand::getTopLevel().reset(); in reset()384 registerSubCommand(&SubCommand::getTopLevel()); in reset()463 SubCommand &SubCommand::getTopLevel() { return *TopLevelSubCommand; } in getTopLevel() function in SubCommand528 return &SubCommand::getTopLevel(); in LookupSubCommand()547 return &SubCommand::getTopLevel(); in LookupSubCommand()1511 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions()1520 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()1654 if (!Handler && ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()[all …]
219 static SubCommand &getTopLevel();2040 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());2260 SubCommand &Sub = SubCommand::getTopLevel());2270 SubCommand &Sub = SubCommand::getTopLevel());