Home
last modified time | relevance | path

Searched refs:newScope (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h465 LocalInstantiationScope *newScope = in cloneScopes() local
468 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()