Searched refs:getPostUpdateExpr (Results 1 – 6 of 6) sorted by relevance
453 if (auto *E = C->getPostUpdateExpr()) in VistOMPClauseWithPostUpdate()
1212 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal()1479 if (const Expr *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause()2238 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
3274 TRY_TO(TraverseStmt(Node->getPostUpdateExpr()));
7109 Record.AddStmt(C->getPostUpdateExpr()); in VisitOMPClauseWithPostUpdate()
4648 if (Expr *E = C->getPostUpdateExpr()) in ActOnOpenMPRegionEnd()