Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp345 Clause->setPostUpdateExpr(PostUpdate); in Create()
419 Clause->setPostUpdateExpr(PostUpdate); in Create()
575 Clause->setPostUpdateExpr(PostUpdate); in Create()
628 Clause->setPostUpdateExpr(PostUpdate); in Create()
691 Clause->setPostUpdateExpr(PostUpdate); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h147 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp11871 C->setPostUpdateExpr(Record.readSubExpr()); in VisitOMPClauseWithPostUpdate()