Home
last modified time | relevance | path

Searched refs:m_owner_scope (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp49 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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h51 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } in GetSymbolContextScope()
125 SymbolContextScope *m_owner_scope; variable