Searched defs:ChooseExpr (Results 1 – 2 of 2) sorted by relevance
40 class ChooseExpr; variable
4452 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, in ChooseExpr() function4465 explicit ChooseExpr(EmptyShell Empty) : Expr(ChooseExprClass, Empty) { } in ChooseExpr() function