Lines Matching defs:arg_entry
326 const CommandObject::ArgumentTableEntry *arg_entry =
330 if (arg_entry == nullptr || arg_entry->completion_type == lldb::eNoCompletion)
340 GetCommandInterpreter(), arg_entry->completion_type, request, nullptr);
398 CommandArgumentEntry arg_entry;
407 arg_entry.push_back(simple_arg);
410 m_arguments.push_back(arg_entry);
542 CommandArgumentEntry arg_entry =
547 if (arg_entry.empty())
549 int num_alternatives = arg_entry.size();
551 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) {
552 const char *first_name = GetArgumentName(arg_entry[0].arg_type);
553 const char *second_name = GetArgumentName(arg_entry[1].arg_type);
554 switch (arg_entry[0].arg_repetition) {
593 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type));
597 switch (arg_entry[0].arg_repetition) {