Home
last modified time | relevance | path

Searched defs:GetSymbolContextScope (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackID.h35 SymbolContextScope *GetSymbolContextScope() const { return m_symbol_scope; } in GetSymbolContextScope() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDVariable.h51 SymbolContextScope *GetSymbolContextScope() const { return m_owner_scope; } in GetSymbolContextScope() function
HDType.h476 SymbolContextScope *GetSymbolContextScope() { return m_context; } in GetSymbolContextScope() function
477 const SymbolContextScope *GetSymbolContextScope() const { return m_context; } in GetSymbolContextScope() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectVariable.cpp344 SymbolContextScope *ValueObjectVariable::GetSymbolContextScope() { in GetSymbolContextScope() function in ValueObjectVariable
HDValueObject.cpp3527 SymbolContextScope *ValueObject::GetSymbolContextScope() { in GetSymbolContextScope() function in ValueObject