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