Searched defs:ArgumentTableEntry (Results 1 – 1 of 1) sorted by relevance
81 struct ArgumentTableEntry { struct82 lldb::CommandArgumentType arg_type;83 const char *arg_name;84 CommandCompletions::CommonCompletionTypes completion_type;85 OptionEnumValues enum_values;86 ArgumentHelpCallback help_function;87 const char *help_text;