Searched defs:NoTypeInfoCStyleCastExpr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp492 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon3250::RewriteObjC
1714 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2567 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2685 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2707 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
2719 NoTypeInfoCStyleCastExpr(Context,
2746 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2797 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2817 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
2830 NoTypeInfoCStyleCastExpr(Contex
[all...]
H A DRewriteModernObjC.cpp530 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon3247::RewriteModernObjC
2473 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2487 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy,
2549 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr);
2568 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2577 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2643 NoTypeInfoCStyleCastExpr(Context,
2707 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2716 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2790 NoTypeInfoCStyleCastExpr(Contex
[all...]

Completed in 58 milliseconds