Lines Matching defs:arg_entry
317 const CommandObject::ArgumentTableEntry *arg_entry =
321 if (arg_entry == nullptr || arg_entry->completion_type == lldb::eNoCompletion)
331 GetCommandInterpreter(), arg_entry->completion_type, request, nullptr);
389 CommandArgumentEntry arg_entry;
398 arg_entry.push_back(simple_arg);
401 m_arguments.push_back(arg_entry);
533 CommandArgumentEntry arg_entry =
538 if (arg_entry.empty())
540 int num_alternatives = arg_entry.size();
542 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) {
543 const char *first_name = GetArgumentName(arg_entry[0].arg_type);
544 const char *second_name = GetArgumentName(arg_entry[1].arg_type);
545 switch (arg_entry[0].arg_repetition) {
584 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type));
588 switch (arg_entry[0].arg_repetition) {