Searched defs:ArgumentTableEntry (Results 1 – 1 of 1) sorted by relevance
84 struct ArgumentTableEntry { struct85 lldb::CommandArgumentType arg_type;86 const char *arg_name;87 lldb::CompletionType completion_type;88 OptionEnumValues enum_values;89 ArgumentHelpCallback help_function;90 const char *help_text;