Searched defs:setCond (Results 1 – 9 of 9) sorted by relevance
34 public void setCond(ASTree t) { setHead(t); } in setCond() method in CondExpr
918 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function999 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function1077 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1122 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function1196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
188 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
426 void setCond(Expr *Cond) { in setCond() function
3593 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
1987 void setCond(Expr *Cond) { in setCond() function2189 void setCond(Expr *Cond) { in setCond() function2369 void setCond(Expr *Cond) { in setCond() function2468 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function2543 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
618 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
4485 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function