Searched refs:NoTypeInfoCStyleCastExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, in NoTypeInfoCStyleCastExpr() function in __anonc09f721f0111::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 …]
|