Searched refs:getTopLevel (Results 1 – 3 of 3) sorted by relevance
34 if (SC == &cl::SubCommand::getTopLevel()) { in main()
168 CommandLineParser() { registerSubCommand(&SubCommand::getTopLevel()); } in CommandLineParser()178 Action(SubCommand::getTopLevel()); in forEachSubCommand()383 SubCommand::getTopLevel().reset(); in reset()385 registerSubCommand(&SubCommand::getTopLevel()); in reset()480 SubCommand &SubCommand::getTopLevel() { return *TopLevelSubCommand; } in getTopLevel() function in SubCommand545 return &SubCommand::getTopLevel(); in LookupSubCommand()564 return &SubCommand::getTopLevel(); in LookupSubCommand()1528 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions()1537 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()1671 if (!Handler && ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()[all …]
220 LLVM_ABI static SubCommand &getTopLevel();2048 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());2274 SubCommand &Sub = SubCommand::getTopLevel());2285 SubCommand &Sub = SubCommand::getTopLevel());