Searched refs:getChosenSubExpr (Results 1 – 11 of 11) sorted by relevance
59 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
3654 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
2072 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()2469 E = P->getChosenSubExpr(); in IgnoreParens()2880 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()3102 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()3328 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
295 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
4096 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()9393 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
1116 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
994 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
962 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
631 return Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
3358 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
1038 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()