Home
last modified time | relevance | path

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

/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