Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h111 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr() function
113 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr() function
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h165 const Expr *getPostUpdateExpr() const { return PostUpdate; } in getPostUpdateExpr() function
168 Expr *getPostUpdateExpr() { return PostUpdate; } in getPostUpdateExpr() function