Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope()
123 lldb::ValueType m_scope; variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp48 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()