Searched refs:getChosenSubExpr (Results 1 – 11 of 11) sorted by relevance
59 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
3588 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
1919 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()2316 E = P->getChosenSubExpr(); in IgnoreParens()2727 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()2954 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()3187 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
295 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
4243 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()9711 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
1126 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
995 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
964 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
637 return Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
3347 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
1064 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()