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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h89 return m_scope;
170 lldb::ValueType m_scope; // global, parameter, local member in class:lldb_private::Variable
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp52 m_scope(scope),
114 if (m_scope != eValueTypeInvalid)
117 switch (m_scope)
122 default: *s << "??? (" << m_scope << ')'; local
276 switch (m_scope)

Completed in 98 milliseconds