Searched refs:thenExpr (Results 1 – 2 of 2) sorted by relevance
905 printSExpr(E->thenExpr(), SS, Prec_Unary); in printIfThenElse()913 printSExpr(E->thenExpr(), SS, Prec_Other); in printIfThenElse()
1831 SExpr *thenExpr() { return ThenExpr; } // Value to store in thenExpr() function1832 const SExpr *thenExpr() const { return ThenExpr; } in thenExpr() function1850 Ct = Cmp.compare(thenExpr(), E->thenExpr()); in compare()