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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp590 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon1061::RewriteModernObjC
883 Zero = NoTypeInfoCStyleCastExpr(Context, PtrStructIMPL, CK_BitCast, Zero);
2617 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2631 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy,
2687 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr);
2705 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2713 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2775 NoTypeInfoCStyleCastExpr(Context,
2832 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2840 cast = NoTypeInfoCStyleCastExpr(Contex
[all...]
H A DRewriteObjC.cpp490 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon1064::RewriteObjC
1688 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2519 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2599 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2607 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2670 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2688 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
2700 NoTypeInfoCStyleCastExpr(Context,
2726 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2772 NoTypeInfoCStyleCastExpr(Contex
[all...]

Completed in 62 milliseconds