Searched refs:setStmt (Results 1 – 9 of 9) sorted by relevance
153 void setStmt(Stmt *S) { this->S = S; } in setStmt() function412 void setAllocator(Expr *A) { setStmt(A); } in setAllocator()446 void setAlignment(Expr *A) { setStmt(A); } in setAlignment()783 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()841 void setNumThreads(Expr *NThreads) { setStmt(NThreads); } in setNumThreads()895 void setSafelen(Expr *Len) { setStmt(Len); } in setSafelen()930 void setSimdlen(Expr *Len) { setStmt(Len); } in setSimdlen()1233 void setNumForLoops(Expr *Num) { setStmt(Num); } in setNumForLoops()2423 void setExpr(Expr *E) { setStmt(E); } in setExpr()8830 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()[all …]
548 void setStmt(LabelStmt *T) { TheStmt = T; } in setStmt() function4562 void setStmt(Stmt *S);
273 TLSD->setStmt(*ExprOrErr); in HandleTopLevelDecl()
5765 void TopLevelStmtDecl::setStmt(Stmt *S) { in setStmt() function in TopLevelStmtDecl
3176 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()
629 TheDecl->setStmt(LS); in ActOnLabelStmt()
8223 S->getDecl()->setStmt(nullptr); in TransformLabelStmt()
20581 D->setStmt(Statement); in ActOnFinishTopLevelStmtDecl()
192 LD->setStmt(S); in VisitLabelStmt()