Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h68 const RangeList &GetScopeRange() const { return m_scope_range; } in GetScopeRange()
128 RangeList m_scope_range; variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp49 m_owner_scope(context), m_scope_range(scope_range), in Variable()
310 if (m_scope_range.IsEmpty()) in IsInScope()
314 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()