Searched refs:ExprPostUpdates (Results 1 – 1 of 1) sorted by relevance
16062 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local16205 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()16577 SmallVector<Expr *, 4> ExprPostUpdates; member16595 ExprPostUpdates.reserve(Size); in ReductionData()17397 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()17470 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()17490 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()17510 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()17574 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local17635 ExprPostUpdates.push_back( in ActOnOpenMPLinearClause()[all …]