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
2023 void setCond(Expr *Cond) { in setCond() function2254 void setCond(Expr *Cond) { in setCond() function2434 void setCond(Expr *Cond) { in setCond() function2533 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function2608 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1171 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function2965 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
4565 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function