Lines Matching refs:BindingDecl
841 SmallVector<BindingDecl*, 8> Bindings; in ActOnDecompositionDeclarator()
870 auto *BD = BindingDecl::Create(Context, DC, B.NameLoc, B.Name); in ActOnDecompositionDeclarator()
900 Sema &S, ArrayRef<BindingDecl *> Bindings, ValueDecl *Src, in checkSimpleDecomposition()
926 ArrayRef<BindingDecl *> Bindings, in checkArrayLikeDecomposition()
940 static bool checkArrayDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkArrayDecomposition()
948 static bool checkVectorDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkVectorDecomposition()
958 ArrayRef<BindingDecl *> Bindings, in checkComplexDecomposition()
1132 InitializingBinding(Sema &S, BindingDecl *BD) : S(S) { in InitializingBinding()
1146 ArrayRef<BindingDecl *> Bindings, in checkTupleLikeDecomposition()
1354 static bool checkMemberDecomposition(Sema &S, ArrayRef<BindingDecl*> Bindings, in checkMemberDecomposition()
1467 ArrayRef<BindingDecl*> Bindings = DD->bindings(); in CheckCompleteDecompositionDeclaration()