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

References

tools/lldb/source/Interpreter/OptionValueString.cpp
   56         error.SetErrorString("mismatched quotes");
   57         return error;
   71       error = m_validator(value_str.c_str(), m_validator_baton);
   72       if (error.Fail())
   73         return error;
   75     error = OptionValue::SetValueFromString(value, op);
   89       error = m_validator(new_value.c_str(), m_validator_baton);
   90       if (error.Fail())
   91         return error;
  105       error = m_validator(value_str.c_str(), m_validator_baton);
  106       if (error.Fail())
  107         return error;
  118   return error;