Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h1979 Expr *getUpdateExpr() { in getUpdateExpr() function
1982 const Expr *getUpdateExpr() const { in getUpdateExpr() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2524 Expr *getUpdateExpr() { return cast_or_null<Expr>(Data->getChildren()[1]); } in getUpdateExpr() function
2525 const Expr *getUpdateExpr() const { in getUpdateExpr() function
/external/clang/lib/Sema/
DSemaOpenMP.cpp6093 Expr *getUpdateExpr() const { return UpdateExpr; } in getUpdateExpr() function in __anon216cbd261611::OpenMPAtomicUpdateChecker
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9653 Expr *getUpdateExpr() const { return UpdateExpr; } in getUpdateExpr() function in __anonf152f9343511::OpenMPAtomicUpdateChecker