Searched refs:CommonScope (Results 1 – 1 of 1) sorted by relevance
806 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); in CheckJump() local809 if (CommonScope == ToScope) return; in CheckJump()815 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) { in CheckJump()