Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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