Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h161 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11995 C->setPostUpdateExpr(Record.readSubExpr()); in VisitOMPClauseWithPostUpdate()