Lines Matching refs:BindingDecl
839 SmallVector<BindingDecl*, 8> Bindings; in ActOnDecompositionDeclarator()
858 auto *BD = BindingDecl::Create(Context, DC, B.NameLoc, B.Name); in ActOnDecompositionDeclarator()
906 Sema &S, ArrayRef<BindingDecl *> Bindings, ValueDecl *Src, in checkSimpleDecomposition()
933 ArrayRef<BindingDecl *> Bindings, in checkArrayLikeDecomposition()
947 static bool checkArrayDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkArrayDecomposition()
955 static bool checkVectorDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkVectorDecomposition()
965 ArrayRef<BindingDecl *> Bindings, in checkComplexDecomposition()
1147 InitializingBinding(Sema &S, BindingDecl *BD) : S(S) { in InitializingBinding()
1161 ArrayRef<BindingDecl *> Bindings, in checkTupleLikeDecomposition()
1370 static bool checkMemberDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkMemberDecomposition()
1482 ArrayRef<BindingDecl*> Bindings = DD->bindings(); in CheckCompleteDecompositionDeclaration()