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

References

tools/lldb/include/lldb/Expression/UserExpression.h
  269   static const Status::ValueType kNoResult =
tools/lldb/include/lldb/Utility/Status.h
   59   explicit Status(ValueType err,
  106   ValueType GetError() const;
  138   void SetError(ValueType err, lldb::ErrorType type);
  201   ValueType m_code;             ///< Status code as an integer value.
tools/lldb/source/Utility/Status.cpp
   43 Status::Status(ValueType err, ErrorType type)
  172 Status::ValueType Status::GetError() const { return m_code; }
  214 void Status::SetError(ValueType err, ErrorType type) {