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