Searched refs:ExprPostUpdates (Results 1 – 1 of 1) sorted by relevance
17553 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local17696 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()17716 buildPostUpdate(SemaRef, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()18072 SmallVector<Expr *, 4> ExprPostUpdates; member18090 ExprPostUpdates.reserve(Size); in ReductionData()18910 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()18984 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()19004 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()19024 buildPostUpdate(SemaRef, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()19090 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local[all …]