Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp639 if (opt_defs_index == OptionArgElement::eBareDash) { in HandleOptionCompletion()
654 } else if (opt_defs_index == OptionArgElement::eBareDoubleDash) { in HandleOptionCompletion()
665 } else if (opt_defs_index != OptionArgElement::eUnrecognizedArg) { in HandleOptionCompletion()
757 if (cur_defs_index == OptionArgElement::eUnrecognizedArg || in HandleOptionArgumentCompletion()
758 cur_defs_index == OptionArgElement::eBareDash || in HandleOptionArgumentCompletion()
759 cur_defs_index == OptionArgElement::eBareDoubleDash) in HandleOptionArgumentCompletion()
1156 OptionArgElement(OptionArgElement::eBareDoubleDash, dash_dash_pos, in ParseForCompletion()
1157 OptionArgElement::eBareDoubleDash)); in ParseForCompletion()
1164 option_element_vector.push_back(OptionArgElement( in ParseForCompletion()
1165 OptionArgElement::eUnrecognizedArg, in ParseForCompletion()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h32 struct OptionArgElement { struct
35 OptionArgElement(int defs_index, int pos, int arg_pos) in OptionArgElement() argument
43 typedef std::vector<OptionArgElement> OptionElementVector; argument
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1656 if (cur_defs_index == OptionArgElement::eUnrecognizedArg || in PrepareOptionsForCompletion()
1657 cur_defs_index == OptionArgElement::eBareDash || in PrepareOptionsForCompletion()
1658 cur_defs_index == OptionArgElement::eBareDoubleDash) in PrepareOptionsForCompletion()
1664 if (cur_arg_pos != OptionArgElement::eUnrecognizedArg && in PrepareOptionsForCompletion()
1665 cur_arg_pos != OptionArgElement::eBareDash && in PrepareOptionsForCompletion()
1666 cur_arg_pos != OptionArgElement::eBareDoubleDash) { in PrepareOptionsForCompletion()