Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3102 Expr *getUpdateExpr() { in getUpdateExpr() function
3106 const Expr *getUpdateExpr() const { in getUpdateExpr() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11345 Expr *getUpdateExpr() const { return UpdateExpr; } in getUpdateExpr() function in __anon1dd12e444411::OpenMPAtomicUpdateChecker