Searched refs:getChosenSubExpr (Results 1 – 13 of 13) sorted by relevance
62 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
165 return CE->getChosenSubExpr(); in IgnoreParensSingleStep()
4482 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
325 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
2425 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()3210 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()3488 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()3736 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
7363 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()15447 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
1333 return canThrow(CE->getChosenSubExpr()); in canThrow()
165 E = CE->getChosenSubExpr(); in updateStringLiteralType()187 E = CE->getChosenSubExpr(); in updateGNUCompoundLiteralRValue()
1071 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
1276 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
1035 return Visit(CE->getChosenSubExpr(), T); in VisitChooseExpr()
4643 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
1406 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()