Searched refs:m_owner_scope (Results 1 – 2 of 2) sorted by relevance
49 m_owner_scope(context), m_scope_range(scope_range), in Variable()61 if (auto *func = m_owner_scope->CalculateSymbolContextFunction()) { in GetLanguage()65 m_owner_scope->CalculateSymbolContextCompileUnit()) { in GetLanguage()86 m_owner_scope->CalculateSymbolContext(&variable_sc); in NameMatches()141 if (show_context && m_owner_scope != nullptr) { in Dump()143 m_owner_scope->DumpSymbolContext(s); in Dump()153 if (m_owner_scope) { in Dump()154 ModuleSP module_sp(m_owner_scope->CalculateSymbolContextModule()); in Dump()173 if (m_owner_scope) { in DumpDeclaration()175 m_owner_scope->CalculateSymbolContext(&sc); in DumpDeclaration()[all …]
51 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } in GetSymbolContextScope()125 SymbolContextScope *m_owner_scope; variable