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()464 Dir->setCond(Exprs.Cond); in Create()611 Dir->setCond(Exprs.Cond); in Create()656 Dir->setCond(Exprs.Cond); in Create()928 Dir->setCond(Exprs.Cond); in Create()988 Dir->setCond(Exprs.Cond); in Create()1092 Dir->setCond(Exprs.Cond); in Create()1137 Dir->setCond(Exprs.Cond); in Create()1180 Dir->setCond(Exprs.Cond); in Create()[all …]
936 setCond(Cond); in IfStmt()1063 setCond(Cond); in SwitchStmt()1127 setCond(Cond); in WhileStmt()
2221 void setCond(Expr *Cond) { in setCond() function2457 void setCond(Expr *Cond) { in setCond() function2642 void setCond(Expr *Cond) { in setCond() function2733 setCond(Cond); in DoStmt()2746 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function2831 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
197 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1187 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function3034 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
4570 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()1343 E->setCond(Record.readSubExpr()); in VisitChooseExpr()1692 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()