Searched refs:newScope (Results 1 – 1 of 1) sorted by relevance
281 LocalInstantiationScope *newScope = in cloneScopes() local284 newScope->Outer = nullptr; in cloneScopes()286 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()288 newScope->PartiallySubstitutedPack = PartiallySubstitutedPack; in cloneScopes()289 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()290 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()297 newScope->LocalDecls[D]; in cloneScopes()304 newScope->ArgumentPacks.push_back(NewPack); in cloneScopes()309 return newScope; in cloneScopes()