Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1605 BindingDecl *OldBindingPack = nullptr; in VisitDecompositionDecl() local
1610 assert(!OldBindingPack && "no more than one pack is allowed"); in VisitDecompositionDecl()
1611 OldBindingPack = OldBD; in VisitDecompositionDecl()
1623 } else if (OldBindingPack) { in VisitDecompositionDecl()
1630 OldBindingPack->getBindingPackDecls(); in VisitDecompositionDecl()