reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Symbol/Variable.h
   65   lldb::ValueType GetScope() const { return m_scope; }
tools/lldb/source/Symbol/Variable.cpp
  121   if (m_scope != eValueTypeInvalid) {
  123     switch (m_scope) {
  137       *s << "??? (" << m_scope << ')';
  283   switch (m_scope) {