Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptions.cpp660 int opt_defs_index = opt_element_vector[i].opt_defs_index; in HandleOptionCompletion() local
664 if (opt_defs_index == OptionArgElement::eBareDash) { in HandleOptionCompletion()
679 } else if (opt_defs_index == OptionArgElement::eBareDoubleDash) { in HandleOptionCompletion()
690 } else if (opt_defs_index != OptionArgElement::eUnrecognizedArg) { in HandleOptionCompletion()
695 const OptionDefinition &opt = opt_defs[opt_defs_index]; in HandleOptionCompletion()
723 if (opt_defs_index != -1) { in HandleOptionCompletion()
746 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; in HandleOptionArgumentCompletion() local
750 const auto &enum_values = opt_defs[opt_defs_index].enum_values; in HandleOptionArgumentCompletion()
761 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion()
765 opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptions.h34 : opt_defs_index(defs_index), opt_pos(pos), opt_arg_pos(arg_pos) {} in OptionArgElement()
36 int opt_defs_index; member
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp326 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; in HandleOptionArgumentCompletion() local
331 if (GetDefinitions()[opt_defs_index].short_option != 'n') in HandleOptionArgumentCompletion()
HDCommandObjectPlatform.cpp1439 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; in HandleOptionArgumentCompletion() local
1444 if (GetDefinitions()[opt_defs_index].short_option != 'n') in HandleOptionArgumentCompletion()