Searched refs:getTopLevel (Results 1 – 3 of 3) sorted by relevance
34 if (SC == &cl::SubCommand::getTopLevel()) { in main()
168 registerSubCommand(&SubCommand::getTopLevel()); in CommandLineParser()200 addLiteralOption(Opt, &SubCommand::getTopLevel(), Name); in addLiteralOption()261 addOption(O, &SubCommand::getTopLevel()); in addOption()303 removeOption(O, &SubCommand::getTopLevel()); in removeOption()342 updateArgStr(O, NewName, &SubCommand::getTopLevel()); in updateArgStr()410 SubCommand::getTopLevel().reset(); in reset()412 registerSubCommand(&SubCommand::getTopLevel()); in reset()492 SubCommand &SubCommand::getTopLevel() { return *TopLevelSubCommand; } in getTopLevel() function in SubCommand556 return &SubCommand::getTopLevel(); in LookupSubCommand()566 return &SubCommand::getTopLevel(); in LookupSubCommand()[all …]
220 static SubCommand &getTopLevel();2021 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());2241 SubCommand &Sub = SubCommand::getTopLevel());2251 SubCommand &Sub = SubCommand::getTopLevel());