Searched refs:m_scope (Results 1 – 2 of 2) sorted by relevance
87 return m_scope; in GetScope()168 lldb::ValueType m_scope; // global, parameter, local variable
53 m_scope(scope), in Variable()142 if (m_scope != eValueTypeInvalid) in Dump()145 switch (m_scope) in Dump()150 default: *s << "??? (" << m_scope << ')'; in Dump()311 switch (m_scope) in IsInScope()