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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon1907::RewriteModernObjC
874 Zero = NoTypeInfoCStyleCastExpr(Context, PtrStructIMPL, CK_BitCast, Zero);
2595 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2609 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy,
2662 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr);
2680 CastExpr *cast = NoTypeInfoCStyleCastExpr(
2687 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2748 NoTypeInfoCStyleCastExpr(Context,
2801 CastExpr *cast = NoTypeInfoCStyleCastExpr(
2808 cast = NoTypeInfoCStyleCastExpr(Contex
[all...]
H A DRewriteObjC.cpp491 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon1910::RewriteObjC
1697 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2522 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2602 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2610 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2671 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2687 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
2697 NoTypeInfoCStyleCastExpr(Context,
2722 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2766 NoTypeInfoCStyleCastExpr(Contex
[all...]

Completed in 221 milliseconds