Searched refs:ExprPostUpdates (Results 1 – 1 of 1) sorted by relevance
18175 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local18318 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()18338 buildPostUpdate(SemaRef, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()18696 SmallVector<Expr *, 4> ExprPostUpdates; member18720 ExprPostUpdates.reserve(Size); in ReductionData()19565 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()19644 buildPostUpdate(SemaRef, RD.ExprPostUpdates), RD.IsPrivateVarReduction, in ActOnOpenMPReductionClause()19665 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()19685 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()19751 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local[all …]