Searched defs:ChooseExpr (Results 1 – 1 of 1) sorted by relevance
3322 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, in ChooseExpr() function3339 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() function3370 static bool classof(const ChooseExpr *) { return true; } in classof()