Lines Matching refs:m_variable_sp
60 : ValueObject(exe_scope, manager), m_variable_sp(var_sp) { in ValueObjectVariable()
62 assert(m_variable_sp.get() != nullptr); in ValueObjectVariable()
69 Type *var_type = m_variable_sp->GetType(); in GetCompilerTypeImpl()
76 Type *var_type = m_variable_sp->GetType(); in GetTypeName()
83 Type *var_type = m_variable_sp->GetType(); in GetDisplayTypeName()
90 Type *var_type = m_variable_sp->GetType(); in GetQualifiedTypeName()
120 if (m_variable_sp) in GetValueType()
121 return m_variable_sp->GetScope(); in GetValueType()
129 Variable *variable = m_variable_sp.get(); in UpdateValue()
313 return m_variable_sp->IsInScope(frame); in IsInScope()
326 if (m_variable_sp) { in GetModule()
327 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule()
336 if (m_variable_sp) in GetSymbolContextScope()
337 return m_variable_sp->GetSymbolContextScope(); in GetSymbolContextScope()
342 if (m_variable_sp) { in GetDeclaration()
343 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()