Searched refs:ExprPostUpdates (Results 1 – 1 of 1) sorted by relevance
18755 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local18898 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()19270 SmallVector<Expr *, 4> ExprPostUpdates; member19288 ExprPostUpdates.reserve(Size); in ReductionData()20108 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()20181 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()20201 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()20221 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()20285 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local20352 ExprPostUpdates.push_back( in ActOnOpenMPLinearClause()[all …]