Searched refs:ExprPostUpdates (Results 1 – 1 of 1) sorted by relevance
18133 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local18276 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()18648 SmallVector<Expr *, 4> ExprPostUpdates; member18666 ExprPostUpdates.reserve(Size); in ReductionData()19467 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()19540 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()19560 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()19580 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()19643 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local19704 ExprPostUpdates.push_back( in ActOnOpenMPLinearClause()[all …]