Searched refs:NoTypeInfoCStyleCastExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 584 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr() function in __anonc09f721f0111::RewriteModernObjC 874 Zero = NoTypeInfoCStyleCastExpr(Context, PtrStructIMPL, CK_BitCast, Zero); in getIvarAccessString() 2596 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), in RewriteObjCStringLiteral() 2610 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, in RewriteObjCBoolLiteralExpr() 2663 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr); in RewriteObjCBoxedExpr() 2681 CastExpr *cast = NoTypeInfoCStyleCastExpr( in RewriteObjCBoxedExpr() 2688 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCBoxedExpr() 2749 NoTypeInfoCStyleCastExpr(Context, in RewriteObjCArrayLiteralExpr() 2802 CastExpr *cast = NoTypeInfoCStyleCastExpr( in RewriteObjCArrayLiteralExpr() 2809 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCArrayLiteralExpr() [all …]
|
| H A D | RewriteObjC.cpp | 489 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr() function in __anonb8493dda0111::RewriteObjC 1696 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(), in RewriteObjCSynchronizedStmt() 2522 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), in RewriteObjCStringLiteral() 2602 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, in SynthMsgSendStretCallExpr() 2610 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in SynthMsgSendStretCallExpr() 2671 InitExprs.push_back(NoTypeInfoCStyleCastExpr( in SynthMessageExpr() 2683 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2693 NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2719 SuperRep = NoTypeInfoCStyleCastExpr(Context, in SynthMessageExpr() 2762 InitExprs.push_back(NoTypeInfoCStyleCastExpr( in SynthMessageExpr() [all …]
|