Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp264 Clause->setPostUpdateExpr(PostUpdate); in Create()
338 Clause->setPostUpdateExpr(PostUpdate); in Create()
494 Clause->setPostUpdateExpr(PostUpdate); in Create()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp488 Clause->setPostUpdateExpr(PostUpdate); in Create()
572 Clause->setPostUpdateExpr(PostUpdate); in Create()
765 Clause->setPostUpdateExpr(PostUpdate); in Create()
834 Clause->setPostUpdateExpr(PostUpdate); in Create()
897 Clause->setPostUpdateExpr(PostUpdate); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h103 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1947 C->setPostUpdateExpr(Reader->Reader.ReadSubExpr()); in VisitOMPClauseWithPostUpdate()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h161 void setPostUpdateExpr(Expr *S) { PostUpdate = S; } in setPostUpdateExpr() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12111 C->setPostUpdateExpr(Record.readSubExpr()); in VisitOMPClauseWithPostUpdate()