reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
   82     result = OptionArgParser::ToOptionEnum(option_arg, GetDynamicValueTypes(),
  107     if (option_arg.getAsInteger(0, max_depth)) {
  110                                      option_arg.str().c_str());
  115     if (option_arg.getAsInteger(0, elem_count)) {
  118                                      option_arg.str().c_str());
  123     if (option_arg.getAsInteger(0, ptr_depth)) {
  126                                      option_arg.str().c_str());
  131     if (option_arg.empty())
  133     else if (option_arg.getAsInteger(0, no_summary_depth)) {
  136                                      option_arg.str().c_str());
  141     use_synth = OptionArgParser::ToBoolean(option_arg, true, &success);
  144                                      option_arg.str().c_str());
  148     run_validator = OptionArgParser::ToBoolean(option_arg, true, &success);
  151                                      option_arg.str().c_str());