Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2850 Expr *getUpdateExpr() { return cast_or_null<Expr>(Data->getChildren()[1]); } in getUpdateExpr() function
2851 const Expr *getUpdateExpr() const { in getUpdateExpr() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp10479 Expr *getUpdateExpr() const { return UpdateExpr; } in getUpdateExpr() function in __anond5e91e5c3a11::OpenMPAtomicUpdateChecker