Searched refs:setThen (Results 1 – 7 of 7) sorted by relevance
38 public void setThen(ASTree t) { tail().setHead(t); } in setThen() method in CondExpr
319 expr.setThen(new CastExpr(exprType, 0, expr.thenExpr())); in atCondExpr()
923 setThen(Then); in IfStmt()
920 void setThen(Stmt *S) { SubExprs[THEN] = S; } in setThen() function
1996 void setThen(Stmt *Then) { in setThen() function
220 S->setThen(Record.readSubStmt()); in VisitIfStmt()
192 S->setThen(Reader.ReadSubStmt()); in VisitIfStmt()