|
LLDB mainline
|
#include <Options.h>
Public Types | |
| enum | { eUnrecognizedArg = -1 , eBareDash = -2 , eBareDoubleDash = -3 } |
Public Member Functions | |
| OptionArgElement (int defs_index, int pos, int arg_pos) | |
Public Attributes | |
| int | opt_defs_index |
| int | opt_pos |
| int | opt_arg_pos |
| anonymous enum |
|
inline |
Definition at line 35 of file Options.h.
References opt_arg_pos, opt_defs_index, and opt_pos.
| int lldb_private::OptionArgElement::opt_arg_pos |
Definition at line 40 of file Options.h.
Referenced by OptionArgElement().
| int lldb_private::OptionArgElement::opt_defs_index |
Definition at line 38 of file Options.h.
Referenced by OptionArgElement().
| int lldb_private::OptionArgElement::opt_pos |
Definition at line 39 of file Options.h.
Referenced by OptionArgElement().