Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp1100 OptionArgElement(OptionArgElement::eBareDoubleDash, dash_dash_pos, in ParseForCompletion()
1108 option_element_vector.push_back(OptionArgElement( in ParseForCompletion()
1109 OptionArgElement::eUnrecognizedArg, in ParseForCompletion()
1112 OptionArgElement::eUnrecognizedArg)); in ParseForCompletion()
1198 OptionArgElement::eUnrecognizedArg, in ParseForCompletion()
1201 OptionArgElement::eUnrecognizedArg)); in ParseForCompletion()
1205 option_element_vector.push_back(OptionArgElement( in ParseForCompletion()
1206 OptionArgElement::eUnrecognizedArg, in ParseForCompletion()
1209 OptionArgElement::eUnrecognizedArg)); in ParseForCompletion()
1225 OptionArgElement(OptionArgElement::eBareDash, cursor_index, in ParseForCompletion()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptions.h31 struct OptionArgElement { struct
34 OptionArgElement(int defs_index, int pos, int arg_pos) in OptionArgElement() function
42 typedef std::vector<OptionArgElement> OptionElementVector; argument