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.h84 struct ArgumentTableEntry { struct
85 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;