Searched refs:GetScopeRange (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h68 const RangeList &GetScopeRange() const { return m_scope_range; } function in class:lldb_private::Variable
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp245 GetScopeRange().IsEmpty() || GetScopeRange().FindEntryThatContains(
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp750 if (var_sp->GetScopeRange().IsEmpty())
753 for (auto range : var_sp->GetScopeRange())
757 var_sp->GetScopeRange().FindEntryThatContains(

Completed in 117 milliseconds