Searched refs:m_scope (Results 1 – 2 of 2) sorted by relevance
66 lldb::ValueType GetScope() const { return m_scope; } in GetScope()123 lldb::ValueType m_scope; variable
48 m_symfile_type_sp(symfile_type_sp), m_scope(scope), in Variable()121 if (m_scope != eValueTypeInvalid) { in Dump()123 switch (m_scope) { in Dump()137 s->AsRawOstream() << "??? (" << m_scope << ')'; in Dump()276 switch (m_scope) { in IsInScope()