Searched refs:NoTypeInfoCStyleCastExpr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr() function in __anon7c92408a0111::RewriteModernObjC 875 Zero = NoTypeInfoCStyleCastExpr(Context, PtrStructIMPL, CK_BitCast, Zero); in getIvarAccessString() 2597 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), in RewriteObjCStringLiteral() 2611 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, in RewriteObjCBoolLiteralExpr() 2664 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr); in RewriteObjCBoxedExpr() 2682 CastExpr *cast = NoTypeInfoCStyleCastExpr( in RewriteObjCBoxedExpr() 2689 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCBoxedExpr() 2750 NoTypeInfoCStyleCastExpr(Context, in RewriteObjCArrayLiteralExpr() 2803 CastExpr *cast = NoTypeInfoCStyleCastExpr( in RewriteObjCArrayLiteralExpr() 2810 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCArrayLiteralExpr() [all …]
|
H A D | RewriteObjC.cpp | 491 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr() function in __anonf8c858050111::RewriteObjC 1698 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt() 2524 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), in RewriteObjCStringLiteral() 2604 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, in SynthMsgSendStretCallExpr() 2612 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in SynthMsgSendStretCallExpr() 2674 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in SynthMessageExpr() 2690 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2700 NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2726 SuperRep = NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2770 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in SynthMessageExpr() [all …]
|