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