Home
last modified time | relevance | path

Searched defs:ArgumentTableEntry (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h81 struct ArgumentTableEntry { struct
82 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;