Searched refs:m_scope (Results 1 – 2 of 2) sorted by relevance
70 lldb::ValueType GetScope() const { return m_scope; } in GetScope()118 lldb::ValueType m_scope; // global, parameter, local variable
50 m_symfile_type_sp(symfile_type_sp), m_scope(scope), in Variable()120 if (m_scope != eValueTypeInvalid) { in Dump()122 switch (m_scope) { in Dump()136 *s << "??? (" << m_scope << ')'; in Dump()282 switch (m_scope) { in IsInScope()