Searched refs:setCond (Results 1 – 7 of 7) sorted by relevance
311 Dir->setCond(Exprs.Cond); in Create()348 Dir->setCond(Exprs.Cond); in Create()502 Dir->setCond(Exprs.Cond); in Create()649 Dir->setCond(Exprs.Cond); in Create()694 Dir->setCond(Exprs.Cond); in Create()966 Dir->setCond(Exprs.Cond); in Create()1026 Dir->setCond(Exprs.Cond); in Create()1130 Dir->setCond(Exprs.Cond); in Create()1175 Dir->setCond(Exprs.Cond); in Create()1218 Dir->setCond(Exprs.Cond); in Create()[all …]
937 setCond(Cond); in IfStmt()1064 setCond(Cond); in SwitchStmt()1128 setCond(Cond); in WhileStmt()
2228 void setCond(Expr *Cond) {2464 void setCond(Expr *Cond) {2649 void setCond(Expr *Cond) {2740 setCond(Cond);2753 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); }2838 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); }
197 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1188 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function3038 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
4623 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
229 S->setCond(Record.readSubExpr()); in VisitIfStmt()254 S->setCond(Record.readSubExpr()); in VisitSwitchStmt()282 S->setCond(Record.readSubExpr()); in VisitWhileStmt()294 S->setCond(Record.readSubExpr()); in VisitDoStmt()304 S->setCond(Record.readSubExpr()); in VisitForStmt()1350 E->setCond(Record.readSubExpr()); in VisitChooseExpr()1699 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()