Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope()
123 lldb::ValueType m_scope; variable
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp46 m_symfile_type_sp(symfile_type_sp), m_scope(scope), in Variable()
119 if (m_scope != eValueTypeInvalid) { in Dump()
121 switch (m_scope) { in Dump()
135 s->AsRawOstream() << "??? (" << m_scope << ')'; in Dump()
273 switch (m_scope) { in IsInScope()