Searched refs:Outermost (Results 1 – 1 of 1) sorted by relevance
274 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes() argument275 if (this == Outermost) return this; in cloneScopes()286 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()315 LocalInstantiationScope *Outermost) { in deleteScopes() argument316 while (Scope && Scope != Outermost) { in deleteScopes()