reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
881 if (FromScope == ToScope) return; 887 for (unsigned I = FromScope; I > ToScope; I = Scopes[I].ParentScope) { 895 unsigned CommonScope = GetDeepestCommonScope(FromScope, ToScope); 898 if (CommonScope == ToScope) return; 904 for (unsigned I = ToScope; I != CommonScope; I = Scopes[I].ParentScope) {