Searched refs:getPostUpdateExpr (Results 1 – 6 of 6) sorted by relevance
151 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr() function154 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr() function
2812 TRY_TO(TraverseStmt(Node->getPostUpdateExpr()));
430 if (auto *E = C->getPostUpdateExpr()) in VistOMPClauseWithPostUpdate()
1050 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal()1197 if (const Expr *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause()1441 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLinearClauseFinal()
6489 Record.AddStmt(C->getPostUpdateExpr()); in VisitOMPClauseWithPostUpdate()
2963 if (Expr *E = C->getPostUpdateExpr()) in ActOnOpenMPRegionEnd()