Lines Matching refs:ExprCaptures
15386 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPFirstprivateClause() local
15641 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPFirstprivateClause()
15658 buildPreInits(Context, ExprCaptures)); in ActOnOpenMPFirstprivateClause()
15678 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLastprivateClause() local
15809 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLastprivateClause()
15841 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLastprivateClause()
16192 SmallVector<Decl *, 4> ExprCaptures; member
16211 ExprCaptures.reserve(Size); in ReductionData()
16997 RD.ExprCaptures.emplace_back(Ref->getDecl()); in actOnOMPReductionKindClause()
17086 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPReductionClause()
17106 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPTaskReductionClause()
17126 buildPreInits(Context, RD.ExprCaptures), in ActOnOpenMPInReductionClause()
17190 SmallVector<Decl *, 4> ExprCaptures; in ActOnOpenMPLinearClause() local
17242 ExprCaptures.push_back(Ref->getDecl()); in ActOnOpenMPLinearClause()
17313 buildPreInits(Context, ExprCaptures), in ActOnOpenMPLinearClause()