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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; }
123 lldb::ValueType m_scope; member in class:lldb_private::Variable
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp46 m_symfile_type_sp(symfile_type_sp), m_scope(scope),
119 if (m_scope != eValueTypeInvalid) {
121 switch (m_scope) {
135 s->AsRawOstream() << "??? (" << m_scope << ')';
274 switch (m_scope) {

Completed in 125 milliseconds