Home | History | Annotate | Download | only in AST

Lines Matching refs:ChooseExpr

1933     return cast<ChooseExpr>(this)->getChosenSubExpr()->
2310 if (ChooseExpr* P = dyn_cast<ChooseExpr>(E)) {
2687 if (cast<ChooseExpr>(this)->isConditionDependent())
2689 return cast<ChooseExpr>(this)->getChosenSubExpr()
2848 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects(Ctx);
3046 } else if (const ChooseExpr *CE = dyn_cast<ChooseExpr>(this)) {