Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h70 lldb::ValueType GetScope() const { return m_scope; } in GetScope()
118 lldb::ValueType m_scope; // global, parameter, local variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp50 m_symfile_type_sp(symfile_type_sp), m_scope(scope), in Variable()
120 if (m_scope != eValueTypeInvalid) { in Dump()
122 switch (m_scope) { in Dump()
136 *s << "??? (" << m_scope << ')'; in Dump()
282 switch (m_scope) { in IsInScope()