HomeSort by relevance Sort by last modified time
    Searched refs:m_owner_scope (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Symbol/
Variable.h 64 return m_owner_scope;
171 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in member in class:lldb_private::Variable
  /external/lldb/source/Symbol/
Variable.cpp 53 m_owner_scope(context),
126 if (show_context && m_owner_scope != NULL)
129 m_owner_scope->DumpSymbolContext(s);
143 m_owner_scope->CalculateSymbolContext(&variable_sc);
148 if (m_owner_scope)
150 ModuleSP module_sp (m_owner_scope->CalculateSymbolContextModule());
170 if (m_owner_scope)
173 m_owner_scope->CalculateSymbolContext(&sc);
203 if (m_owner_scope)
204 m_owner_scope->CalculateSymbolContext(sc)
    [all...]

Completed in 133 milliseconds