Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1168 SmallVector<BindingDecl*, 16> NewBindings; in VisitDecompositionDecl() local
1170 NewBindings.push_back(cast<BindingDecl>(VisitBindingDecl(OldBD))); in VisitDecompositionDecl()
1171 ArrayRef<BindingDecl*> NewBindingArray = NewBindings; in VisitDecompositionDecl()
1177 for (auto *NewBD : NewBindings) in VisitDecompositionDecl()