Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h121 RangeList m_scope_range; // The list of ranges inside the owner's scope where variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp51 m_owner_scope(context), m_scope_range(scope_range), in Variable()
316 if (m_scope_range.IsEmpty()) in IsInScope()
320 return m_scope_range.FindEntryThatContains(file_address) != nullptr; in IsInScope()