Home | History | Annotate | Download | only in AST

Lines Matching refs:ChooseExpr

3549 /// ChooseExpr - GNU builtin-in function __builtin_choose_expr.
3558 class ChooseExpr : public Expr {
3564 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs,
3582 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { }