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

References

tools/lldb/include/lldb/Core/Value.h
  147     m_context = nullptr;
  153     m_context = p;
tools/lldb/source/Core/Value.cpp
   60       m_compiler_type(v.m_compiler_type), m_context(v.m_context),
   79     m_context = rhs.m_context;
   79     m_context = rhs.m_context;
  110                Value::GetValueTypeAsCString(m_value_type), m_context,
  133     return static_cast<RegisterInfo *>(m_context);
  139     return static_cast<Type *>(m_context);
  626     return static_cast<Variable *>(m_context);
  635   m_context = nullptr;