Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:CastExpr

64   bool VisitCastExpr(CastExpr *E) {
70 Expr *castExpr = E->getSubExpr();
71 QualType castExprType = castExpr->getType();
84 if (castExpr->isNullPointerConstant(Pass.Ctx,
88 SourceLocation loc = castExpr->getExprLoc();
101 void transformNonObjCToObjCCast(CastExpr *E) {
160 void castToObjCObject(CastExpr *E, bool retained) {
164 void rewriteToBridgedCast(CastExpr *E, ObjCBridgeCastKind Kind) {
169 void rewriteToBridgedCast(CastExpr *E, ObjCBridgeCastKind Kind,
214 void rewriteCastForCFRetain(CastExpr *castE, CallExpr *callE) {
220 void transformObjCToNonObjCCast(CastExpr *E) {