Searched refs:ExprPostUpdates (Results 1 – 1 of 1) sorted by relevance
18416 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local18559 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()18579 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()18931 SmallVector<Expr *, 4> ExprPostUpdates; member18949 ExprPostUpdates.reserve(Size); in ReductionData()19750 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()19823 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()19843 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()19863 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()19926 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local[all …]