Searched refs:getPostUpdateExpr (Results 1 – 6 of 6) sorted by relevance
453 if (auto *E = C->getPostUpdateExpr()) in VistOMPClauseWithPostUpdate()
1185 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal()1451 if (const Expr *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause()2210 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLinearClauseFinal()
249 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr() function252 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr() function
3204 TRY_TO(TraverseStmt(Node->getPostUpdateExpr()));
6524 Record.AddStmt(C->getPostUpdateExpr()); in VisitOMPClauseWithPostUpdate()
4865 if (Expr *E = C->getPostUpdateExpr()) in ActOnOpenMPRegionEnd()