Home
last modified time | relevance | path

Searched refs:opt_defs_index (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp602 int opt_defs_index = opt_element_vector[i].opt_defs_index; in HandleOptionCompletion() local
606 if (opt_defs_index == OptionArgElement::eBareDash) { in HandleOptionCompletion()
621 } else if (opt_defs_index == OptionArgElement::eBareDoubleDash) { in HandleOptionCompletion()
632 } else if (opt_defs_index != OptionArgElement::eUnrecognizedArg) { in HandleOptionCompletion()
637 const OptionDefinition &opt = opt_defs[opt_defs_index]; in HandleOptionCompletion()
665 if (opt_defs_index != -1) { in HandleOptionCompletion()
688 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; in HandleOptionArgumentCompletion() local
692 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion()
703 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion()
707 opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h36 : opt_defs_index(defs_index), opt_pos(pos), opt_arg_pos(arg_pos) {} in OptionArgElement()
38 int opt_defs_index; member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2137 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; in HandleOptionArgumentCompletion() local
2139 switch (GetDefinitions()[opt_defs_index].short_option) { in HandleOptionArgumentCompletion()