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
1990 void setCond(Expr *Cond) { in setCond() function2193 void setCond(Expr *Cond) { in setCond() function2373 void setCond(Expr *Cond) { in setCond() function2472 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
1096 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
4487 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function