Searched refs:m_scope (Results 1 – 5 of 5) sorted by relevance
89 return m_scope; in GetScope()170 lldb::ValueType m_scope; // global, parameter, local variable
52 m_scope(scope), in Variable()114 if (m_scope != eValueTypeInvalid) in Dump()117 switch (m_scope) in Dump()122 default: *s << "??? (" << m_scope << ')'; in Dump()276 switch (m_scope) in IsInScope()
106 VariableScope m_scope; member in rsg::BlockStatement
150 state.getVariableManager().pushVariableScope(m_scope); in init()
1153 let m_scope = mdnode context [| |] in1155 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in