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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp491 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon525::RewriteObjC
1696 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2520 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2600 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2608 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2669 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2685 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
2695 NoTypeInfoCStyleCastExpr(Context,
2720 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2764 NoTypeInfoCStyleCastExpr(Contex
[all...]
H A DRewriteModernObjC.cpp585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty, function in class:__anon522::RewriteModernObjC
874 Zero = NoTypeInfoCStyleCastExpr(Context, PtrStructIMPL, CK_BitCast, Zero);
2593 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2607 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy,
2660 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr);
2678 CastExpr *cast = NoTypeInfoCStyleCastExpr(
2685 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2746 NoTypeInfoCStyleCastExpr(Context,
2799 CastExpr *cast = NoTypeInfoCStyleCastExpr(
2806 cast = NoTypeInfoCStyleCastExpr(Contex
[all...]

Completed in 175 milliseconds