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

References

tools/lldb/include/lldb/Symbol/Variable.h
   50   SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; }
tools/lldb/source/Symbol/Variable.cpp
   58   if (auto *func = m_owner_scope->CalculateSymbolContextFunction()) {
   62                  m_owner_scope->CalculateSymbolContextCompileUnit()) {
   83   m_owner_scope->CalculateSymbolContext(&variable_sc);
  141   if (show_context && m_owner_scope != nullptr) {
  143     m_owner_scope->DumpSymbolContext(s);
  155       m_owner_scope->CalculateSymbolContext(&variable_sc);
  162     if (m_owner_scope) {
  163       ModuleSP module_sp(m_owner_scope->CalculateSymbolContextModule());
  183   if (m_owner_scope) {
  185     m_owner_scope->CalculateSymbolContext(&sc);
  219   if (m_owner_scope) {
  220     m_owner_scope->CalculateSymbolContext(sc);
  458       if (m_owner_scope) {
  459         ModuleSP module_sp(m_owner_scope->CalculateSymbolContextModule());