Searched defs:setCond (Results 1 – 4 of 4) sorted by relevance
196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
2035 void setCond(Expr *Cond) { in setCond() function2266 void setCond(Expr *Cond) { in setCond() function2446 void setCond(Expr *Cond) { in setCond() function2545 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function2620 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1172 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function2966 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
4572 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function