Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4255 for (BindingDecl *NestedBD : B->getBindingPackDecls()) { in DecompositionDecl()
4256 NestedBD->setDecomposedDecl(this); in DecompositionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp992 BindingDecl *NestedBD = BindingDecl::Create( in CheckBindingsCount() local
995 NestedBD->setDecomposedDecl(DD); in CheckBindingsCount()
996 NestedBDs[I] = NestedBD; in CheckBindingsCount()