Home
last modified time | relevance | path

Searched refs:setPostUpdateExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp507 Clause->setPostUpdateExpr(PostUpdate); in Create()
591 Clause->setPostUpdateExpr(PostUpdate); in Create()
784 Clause->setPostUpdateExpr(PostUpdate); in Create()
853 Clause->setPostUpdateExpr(PostUpdate); in Create()
916 Clause->setPostUpdateExpr(PostUpdate); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h161 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12030 C->setPostUpdateExpr(Record.readSubExpr()); in VisitOMPClauseWithPostUpdate()