Searched refs:setCond (Results 1 – 7 of 7) sorted by relevance
268 Dir->setCond(Exprs.Cond); in Create()303 Dir->setCond(Exprs.Cond); in Create()370 Dir->setCond(Exprs.Cond); in Create()500 Dir->setCond(Exprs.Cond); in Create()545 Dir->setCond(Exprs.Cond); in Create()838 Dir->setCond(Exprs.Cond); in Create()942 Dir->setCond(Exprs.Cond); in Create()987 Dir->setCond(Exprs.Cond); in Create()1030 Dir->setCond(Exprs.Cond); in Create()1075 Dir->setCond(Exprs.Cond); in Create()[all …]
922 setCond(Cond); in IfStmt()1049 setCond(Cond); in SwitchStmt()1113 setCond(Cond); in WhileStmt()
1990 void setCond(Expr *Cond) { in setCond() function2193 void setCond(Expr *Cond) { in setCond() function2373 void setCond(Expr *Cond) { in setCond() function2459 setCond(Cond); in DoStmt()2472 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function2547 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1096 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
4487 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
221 S->setCond(Record.readSubExpr()); in VisitIfStmt()246 S->setCond(Record.readSubExpr()); in VisitSwitchStmt()274 S->setCond(Record.readSubExpr()); in VisitWhileStmt()286 S->setCond(Record.readSubExpr()); in VisitDoStmt()296 S->setCond(Record.readSubExpr()); in VisitForStmt()1314 E->setCond(Record.readSubExpr()); in VisitChooseExpr()1662 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()