Searched defs:setCond (Results 1 – 4 of 4) sorted by relevance
179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
905 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function982 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function1064 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1109 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1183 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
360 void setCond(Expr *Cond, Expr *SeparatedCond) { in setCond() function
3616 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function