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

References

tools/lldb/include/lldb/Core/ValueObjectVariable.h
   66   lldb::VariableSP GetVariable() override { return m_variable_sp; }
tools/lldb/source/Core/ValueObjectVariable.cpp
   60   assert(m_variable_sp.get() != nullptr);
   67   Type *var_type = m_variable_sp->GetType();
   74   Type *var_type = m_variable_sp->GetType();
   81   Type *var_type = m_variable_sp->GetType();
   88   Type *var_type = m_variable_sp->GetType();
  118   if (m_variable_sp)
  119     return m_variable_sp->GetScope();
  127   Variable *variable = m_variable_sp.get();
  231       return m_variable_sp->IsInScope(frame);
  244   if (m_variable_sp) {
  245     SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope();
  254   if (m_variable_sp)
  255     return m_variable_sp->GetSymbolContextScope();
  260   if (m_variable_sp) {
  261     decl = m_variable_sp->GetDeclaration();