Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h281 LocalInstantiationScope *newScope = in cloneScopes() local
284 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()