Lines Matching refs:BindingDecl
840 SmallVector<BindingDecl*, 8> Bindings; in ActOnDecompositionDeclarator()
859 auto *BD = BindingDecl::Create(Context, DC, B.NameLoc, B.Name); in ActOnDecompositionDeclarator()
907 Sema &S, ArrayRef<BindingDecl *> Bindings, ValueDecl *Src, in checkSimpleDecomposition()
934 ArrayRef<BindingDecl *> Bindings, in checkArrayLikeDecomposition()
948 static bool checkArrayDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkArrayDecomposition()
956 static bool checkVectorDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkVectorDecomposition()
966 ArrayRef<BindingDecl *> Bindings, in checkComplexDecomposition()
1148 InitializingBinding(Sema &S, BindingDecl *BD) : S(S) { in InitializingBinding()
1162 ArrayRef<BindingDecl *> Bindings, in checkTupleLikeDecomposition()
1371 static bool checkMemberDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkMemberDecomposition()
1484 ArrayRef<BindingDecl*> Bindings = DD->bindings(); in CheckCompleteDecompositionDeclaration()