Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:castExpr

332     void RewriteImplicitCastObjCExpr(CastExpr *IE);
2473 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2487 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy,
2568 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2707 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2882 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
3041 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
3151 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
3295 CastExpr *cast;
3457 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, DerefExpr->getType(),
3460 ReplaceStmt(Exp, castExpr);
3463 return castExpr;
4333 CastExpr *BlkCast = NoTypeInfoCStyleCastExpr(Context, PtrBlock,
4352 CastExpr *FunkCast = NoTypeInfoCStyleCastExpr(Context, PtrToFuncCastType,
4477 void RewriteModernObjC::RewriteImplicitCastObjCExpr(CastExpr *IC) {
5017 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy,
5019 InitExprs.push_back(castExpr);
5377 CastExpr *Replacement = new (Context) CastExpr(ICE->getType(),
7228 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context,
7239 new (Context) BinaryOperator(castExpr, DRE, BO_Add,
7250 castExpr = NoTypeInfoCStyleCastExpr(Context,
7254 Expr *Exp = new (Context) UnaryOperator(castExpr, UO_Deref, IvarT,