Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h83 struct ArgumentTableEntry { struct
84 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;