Searched refs:ExprPostUpdates (Results 1 – 1 of 1) sorted by relevance
15679 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLastprivateClause() local15822 ExprPostUpdates.push_back( in ActOnOpenMPLastprivateClause()15842 buildPostUpdate(*this, ExprPostUpdates)); in ActOnOpenMPLastprivateClause()16194 SmallVector<Expr *, 4> ExprPostUpdates; member16212 ExprPostUpdates.reserve(Size); in ReductionData()17014 RD.ExprPostUpdates.emplace_back( in actOnOMPReductionKindClause()17087 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPReductionClause()17107 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPTaskReductionClause()17127 buildPostUpdate(*this, RD.ExprPostUpdates)); in ActOnOpenMPInReductionClause()17191 SmallVector<Expr *, 4> ExprPostUpdates; in ActOnOpenMPLinearClause() local[all …]