Searched defs:getUpdateExpr (Results 1 – 2 of 2) sorted by relevance
2817 Expr *getUpdateExpr() { return cast_or_null<Expr>(Data->getChildren()[1]); } in getUpdateExpr() function2818 const Expr *getUpdateExpr() const { in getUpdateExpr() function
10444 Expr *getUpdateExpr() const { return UpdateExpr; } in getUpdateExpr() function in __anon5b04668f3811::OpenMPAtomicUpdateChecker