Searched refs:setCond (Results 1 – 7 of 7) sorted by relevance
287 Dir->setCond(Exprs.Cond); in Create()322 Dir->setCond(Exprs.Cond); in Create()408 Dir->setCond(Exprs.Cond); in Create()538 Dir->setCond(Exprs.Cond); in Create()583 Dir->setCond(Exprs.Cond); in Create()876 Dir->setCond(Exprs.Cond); in Create()980 Dir->setCond(Exprs.Cond); in Create()1025 Dir->setCond(Exprs.Cond); in Create()1068 Dir->setCond(Exprs.Cond); in Create()1113 Dir->setCond(Exprs.Cond); in Create()[all …]
928 setCond(Cond); in IfStmt()1055 setCond(Cond); in SwitchStmt()1119 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
1129 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
4554 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()1324 E->setCond(Record.readSubExpr()); in VisitChooseExpr()1672 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()