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.h472 LocalInstantiationScope *newScope = in cloneScopes() local
475 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()