Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h68 const RangeList &GetScopeRange() const { return m_scope_range; } in GetScopeRange()
128 RangeList m_scope_range; variable
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp47 m_owner_scope(context), m_scope_range(scope_range), in Variable()
307 if (m_scope_range.IsEmpty()) in IsInScope()
311 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()