Searched refs:getChosenSubExpr (Results 1 – 13 of 13) sorted by relevance
62 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
166 return CE->getChosenSubExpr(); in IgnoreParensSingleStep()
4618 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
347 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
2627 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()3447 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()3739 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()3997 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
7770 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()16762 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
1327 return canThrow(CE->getChosenSubExpr()); in canThrow()
1433 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
1325 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
1074 return Visit(CE->getChosenSubExpr(), T); in VisitChooseExpr()
5367 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
1646 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr(), IsKnownNonNull); in EmitLValueHelper()
2742 return this->delegate(E->getChosenSubExpr()); in VisitChooseExpr()