Home
last modified time | relevance | path

Searched refs:arg_entry (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
DCommandObject.cpp593 CommandArgumentEntry arg_entry = in GetFormattedCommandArguments() local
596 int num_alternatives = arg_entry.size(); in GetFormattedCommandArguments()
599 && IsPairType (arg_entry[0].arg_repetition)) in GetFormattedCommandArguments()
601 const char *first_name = GetArgumentName (arg_entry[0].arg_type); in GetFormattedCommandArguments()
602 const char *second_name = GetArgumentName (arg_entry[1].arg_type); in GetFormattedCommandArguments()
603 switch (arg_entry[0].arg_repetition) in GetFormattedCommandArguments()
641 names.Printf ("%s", GetArgumentName (arg_entry[j].arg_type)); in GetFormattedCommandArguments()
643 switch (arg_entry[0].arg_repetition) in GetFormattedCommandArguments()
DOptions.cpp938 …CommandObject::ArgumentTableEntry *arg_entry = CommandObject::FindArgumentDataByType (opt_defs[opt… in HandleOptionArgumentCompletion() local
939 if (arg_entry) in HandleOptionArgumentCompletion()
940 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()