Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h20 struct OptionDefinition { struct
31 /// @see OptionDefinition::HasShortOption argument
32 int short_option;
34 int option_has_arg;
37 OptionValidator *validator;
39 OptionEnumValues enum_values;
42 uint32_t completion_type;
44 lldb::CommandArgumentType argument_type;
47 const char *usage_text;
50 bool HasShortOption() const { in HasShortOption()