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

References

tools/lldb/include/lldb/Expression/ExpressionVariable.h
   50     return m_frozen_sp->GetValue().SetContext(
tools/lldb/source/Core/ValueObjectMemory.cpp
   54   m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get());
  205           value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get());
tools/lldb/source/Core/ValueObjectRegister.cpp
  309         m_value.SetContext(Value::eContextTypeRegisterInfo,
tools/lldb/source/Core/ValueObjectVariable.cpp
  134       m_value.SetContext(Value::eContextTypeVariable, variable);
  138     m_resolved_value.SetContext(Value::eContextTypeInvalid, nullptr);
  161       m_value.SetContext(Value::eContextTypeVariable, variable);
  206           value.SetContext(Value::eContextTypeVariable, variable);
  219       m_resolved_value.SetContext(Value::eContextTypeInvalid, nullptr);
tools/lldb/source/Expression/DWARFExpression.cpp
  184           value.SetContext(Value::eContextTypeRegisterInfo,