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