Searched refs:NoTypeInfoCStyleCastExpr (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr() function in __anon1f51ae940111::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 __anon31b8868f0111::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() 2673 InitExprs.push_back(NoTypeInfoCStyleCastExpr( in SynthMessageExpr() 2685 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2695 NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2721 SuperRep = NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2764 InitExprs.push_back(NoTypeInfoCStyleCastExpr( in SynthMessageExpr() [all …]
|