Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp527 Clause->setPostUpdateExpr(PostUpdate); in Create()
613 Clause->setPostUpdateExpr(PostUpdate); in Create()
813 Clause->setPostUpdateExpr(PostUpdate); in Create()
882 Clause->setPostUpdateExpr(PostUpdate); in Create()
945 Clause->setPostUpdateExpr(PostUpdate); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h245 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10739 C->setPostUpdateExpr(Record.readSubExpr()); in VisitOMPClauseWithPostUpdate()