Searched defs:setCond (Results 1 – 5 of 5) sorted by relevance
30 public void setCond(ASTree t) { setHead(t); } in setCond() method in CondExpr
902 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() function1055 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1100 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1174 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
183 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
421 void setCond(Expr *Cond) { in setCond() function
3659 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function