Searched refs:m_owner_scope (Results 1 – 2 of 2) sorted by relevance
53 m_owner_scope(context), in Variable()126 if (show_context && m_owner_scope != NULL) in Dump()129 m_owner_scope->DumpSymbolContext(s); in Dump()143 m_owner_scope->CalculateSymbolContext(&variable_sc); in Dump()148 if (m_owner_scope) in Dump()150 ModuleSP module_sp (m_owner_scope->CalculateSymbolContextModule()); in Dump()170 if (m_owner_scope) in DumpDeclaration()173 m_owner_scope->CalculateSymbolContext(&sc); in DumpDeclaration()203 if (m_owner_scope) in CalculateSymbolContext()204 m_owner_scope->CalculateSymbolContext(sc); in CalculateSymbolContext()[all …]
64 return m_owner_scope; in GetSymbolContextScope()171 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in variable