Searched refs:thenExpr (Results 1 – 9 of 9) sorted by relevance
32 public ASTree thenExpr() { return tail().head(); } in thenExpr() method in CondExpr
870 printSExpr(E->thenExpr(), SS, Prec_Unary); in printIfThenElse()878 printSExpr(E->thenExpr(), SS, Prec_Other); in printIfThenElse()
1828 SExpr *thenExpr() { return ThenExpr; } // Value to store in thenExpr() function1829 const SExpr *thenExpr() const { return ThenExpr; } in thenExpr() function1847 Ct = Cmp.compare(thenExpr(), E->thenExpr()); in compare()
283 expr.thenExpr().accept(this); in atCondExpr()291 expr.setThen(new CastExpr(exprType, 0, expr.thenExpr())); in atCondExpr()
721 ASTree thenExpr = parseExpression(tbl); in parseConditionalExpr() local726 return new CondExpr(cond, thenExpr, elseExpr); in parseConditionalExpr()
920 expr.thenExpr().accept(this); in atCondExpr()
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...