Searched refs:newScope (Results 1 – 1 of 1) sorted by relevance
465 LocalInstantiationScope *newScope = in cloneScopes() local468 newScope->Outer = nullptr; in cloneScopes()470 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()472 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()473 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()474 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()481 newScope->LocalDecls[D]; in cloneScopes()488 newScope->ArgumentPacks.push_back(NewPack); in cloneScopes()493 return newScope; in cloneScopes()