Home
last modified time | relevance | path

Searched defs:getPostUpdateExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h249 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr() function
252 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr() function