Searched refs:getChosenSubExpr (Results 1 – 11 of 11) sorted by relevance
56 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
3515 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
289 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
1933 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()2312 E = P->getChosenSubExpr(); in IgnoreParens()2689 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()2848 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects(Ctx); in HasSideEffects()3049 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
3729 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()8418 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
1028 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
781 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
923 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
613 return Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
854 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()
3088 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()