Searched defs:setCond (Results 1 – 4 of 4) sorted by relevance
2221 void setCond(Expr *Cond) { in setCond() function2457 void setCond(Expr *Cond) { in setCond() function2642 void setCond(Expr *Cond) { in setCond() function2746 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