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

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp47 m_owner_scope(context), m_scope_range(scope_range),
59 if (auto *func = m_owner_scope->CalculateSymbolContextFunction()) {
63 m_owner_scope->CalculateSymbolContextCompileUnit()) {
84 m_owner_scope->CalculateSymbolContext(&variable_sc);
139 if (show_context && m_owner_scope != nullptr) {
141 m_owner_scope->DumpSymbolContext(s);
151 if (m_owner_scope) {
152 ModuleSP module_sp(m_owner_scope->CalculateSymbolContextModule());
171 if (m_owner_scope) {
173 m_owner_scope
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h51 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; }
125 SymbolContextScope *m_owner_scope; member in class:lldb_private::Variable

Completed in 64 milliseconds