Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp720 int cur_defs_index = opt_element_vector[i].opt_defs_index; in HandleOptionArgumentCompletion() local
723 if (cur_defs_index == OptionArgElement::eUnrecognizedArg || in HandleOptionArgumentCompletion()
724 cur_defs_index == OptionArgElement::eBareDash || in HandleOptionArgumentCompletion()
725 cur_defs_index == OptionArgElement::eBareDoubleDash) in HandleOptionArgumentCompletion()
729 const char *cur_opt_name = opt_defs[cur_defs_index].long_option; in HandleOptionArgumentCompletion()