Searched refs:newScope (Results 1 – 1 of 1) sorted by relevance
472 LocalInstantiationScope *newScope = in cloneScopes() local475 newScope->Outer = nullptr; in cloneScopes()477 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()479 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()480 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()481 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()488 newScope->LocalDecls[D]; in cloneScopes()495 newScope->ArgumentPacks.push_back(NewPack); in cloneScopes()500 return newScope; in cloneScopes()