Home
last modified time | relevance | path

Searched refs:m_scope (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDVariable.h87 return m_scope; in GetScope()
168 lldb::ValueType m_scope; // global, parameter, local variable
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp53 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()