Lines Matching refs:BindingDecl
105 if (!isa<VarDecl, BindingDecl>(Decl))
872 SmallVector<BindingDecl*, 8> Bindings;
894 auto *BD = BindingDecl::Create(Context, DC, B.NameLoc, VarName);
958 Sema &S, ArrayRef<BindingDecl *> Bindings, ValueDecl *Src,
985 ArrayRef<BindingDecl *> Bindings,
999 static bool checkArrayDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings,
1007 static bool checkVectorDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings,
1017 ArrayRef<BindingDecl *> Bindings,
1199 InitializingBinding(Sema &S, BindingDecl *BD) : S(S) {
1213 ArrayRef<BindingDecl *> Bindings,
1423 static bool checkMemberDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings,
1535 ArrayRef<BindingDecl*> Bindings = DD->bindings();