Searched refs:setStmt (Results 1 – 6 of 6) sorted by relevance
153 void setStmt(Stmt *S) { this->S = S; } in setStmt() function358 void setAllocator(Expr *A) { setStmt(A); } in setAllocator()392 void setAlignment(Expr *A) { setStmt(A); } in setAlignment()634 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()680 void setNumThreads(Expr *NThreads) { setStmt(NThreads); } in setNumThreads()725 void setSafelen(Expr *Len) { setStmt(Len); } in setSafelen()760 void setSimdlen(Expr *Len) { setStmt(Len); } in setSimdlen()981 void setNumForLoops(Expr *Num) { setStmt(Num); } in setNumForLoops()8108 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()8155 void setCondition(Expr *Cond) { setStmt(Cond); } in setCondition()[all …]
521 void setStmt(LabelStmt *T) { TheStmt = T; } in setStmt() function
195 LD->setStmt(S); in VisitLabelStmt()
570 TheDecl->setStmt(LS); in ActOnLabelStmt()
7521 S->getDecl()->setStmt(nullptr); in TransformLabelStmt()
2675 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()