Searched refs:getPostUpdateExpr (Results 1 – 6 of 6) sorted by relevance
457 if (auto *E = C->getPostUpdateExpr()) in VistOMPClauseWithPostUpdate()
1250 if (const Expr *PostUpdate = C->getPostUpdateExpr()) in EmitOMPLastprivateClauseFinal()1520 if (const Expr *PostUpdate = C->getPostUpdateExpr()) { in emitPostUpdateForReductionClause()2285 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
3332 TRY_TO(TraverseStmt(Node->getPostUpdateExpr()));
7781 Record.AddStmt(C->getPostUpdateExpr()); in VisitOMPClauseWithPostUpdate()
4645 if (Expr *E = C->getPostUpdateExpr()) in ActOnOpenMPRegionEnd()