Searched refs:getPostUpdateExpr (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp432 if (auto *E = C->getPostUpdateExpr())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1116 if (const Expr *PostUpdate = C->getPostUpdateExpr())
1263 if (const Expr *PostUpdate = C->getPostUpdateExpr()) {
1640 if (const Expr *PostUpdate = C->getPostUpdateExpr())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h162 const Expr *getPostUpdateExpr() const { return PostUpdate; } function in class:clang::OMPClauseWithPostUpdate
165 Expr *getPostUpdateExpr() { return PostUpdate; } function in class:clang::OMPClauseWithPostUpdate
H A DRecursiveASTVisitor.h2970 TRY_TO(TraverseStmt(Node->getPostUpdateExpr()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6055 Record.AddStmt(C->getPostUpdateExpr());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3889 if (Expr *E = C->getPostUpdateExpr())

Completed in 279 milliseconds