Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp54 m_owner_scope(context), in Variable()
73 m_owner_scope->CalculateSymbolContext(&variable_sc); in GetLanguage()
96 m_owner_scope->CalculateSymbolContext(&variable_sc); in NameMatches()
154 if (show_context && m_owner_scope != nullptr) in Dump()
157 m_owner_scope->DumpSymbolContext(s); in Dump()
171 m_owner_scope->CalculateSymbolContext(&variable_sc); in Dump()
176 if (m_owner_scope) in Dump()
178 ModuleSP module_sp (m_owner_scope->CalculateSymbolContextModule()); in Dump()
198 if (m_owner_scope) in DumpDeclaration()
201 m_owner_scope->CalculateSymbolContext(&sc); in DumpDeclaration()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDVariable.h64 return m_owner_scope; in GetSymbolContextScope()
169 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in variable