Searched refs:getCommands (Results 1 – 10 of 10) sorted by relevance
128 if (jc.getCommands().containsKey(commandName)) { in getSubcommand()129 return jc.getCommands().get(commandName); in getSubcommand()131 for (JCommander command : jc.getCommands().values()) { in getSubcommand()
161 if (!leafJc.getCommands().isEmpty()) { in format()263 if (!leafJc.getCommands().isEmpty()) { in format()268 … List<Entry<String, JCommander>> entryList = Lists.newArrayList(leafJc.getCommands().entrySet()); in format()
62 …return parentJc.getCommands().get(this.getClass().getAnnotation(ExtendedParameters.class).commandN… in getJCommander()
187 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands()209 getCommands(AllCommands, Commands); in getAllCompileCommands()226 void JSONCompilationDatabase::getCommands( in getCommands() function in clang::tooling::JSONCompilationDatabase
113 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,
82 Command command = (Command)jc.getCommands().get(jc.getParsedCommand()).getObjects().get(0); in run()
101 Command command = (Command)jc.getCommands().get(jc.getParsedCommand()).getObjects().get(0); in main()
98 Command command = (Command)jc.getCommands().get(jc.getParsedCommand()).getObjects().get(0); in main()
443 Map<String, JCommander> c = jc.getCommands(); in verifyCommandOrdering()
1414 public Map<String, JCommander> getCommands() { in getCommands() method in JCommander