Searched refs:m_scope_range (Results 1 – 2 of 2) sorted by relevance
121 RangeList m_scope_range; // The list of ranges inside the owner's scope where variable
51 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()