Searched defs:setCond (Results 1 – 4 of 4) sorted by relevance
30 public void setCond(ASTree t) { setHead(t); } in setCond() method in CondExpr
179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
900 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function977 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function1059 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1104 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1178 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
3604 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function