Home | History | Annotate | Download | only in AST

Lines Matching refs:ChooseExpr

1985     return cast<ChooseExpr>(this)->getChosenSubExpr()->
2372 if (ChooseExpr* P = dyn_cast<ChooseExpr>(E)) {
2775 if (cast<ChooseExpr>(this)->isConditionDependent()) {
2780 return cast<ChooseExpr>(this)->getChosenSubExpr()
2942 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects(Ctx);
3141 } else if (const ChooseExpr *CE = dyn_cast<ChooseExpr>(this)) {