Searched defs:getTrueExpr (Results 1 – 1 of 1) sorted by relevance
3045 Expr *getTrueExpr() const { return cast<Expr>(SubExprs[LHS]); } in getTrueExpr() function3126 Expr *getTrueExpr() const { in getTrueExpr() function3157 inline Expr *AbstractConditionalOperator::getTrueExpr() const { in getTrueExpr() function