HomeSort by: relevance | last modified time | path
    Searched defs:NoTypeInfoCStyleCastExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 585 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
875 Zero = NoTypeInfoCStyleCastExpr(Context, PtrStructIMPL, CK_BitCast, Zero);
2597 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2611 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy,
2664 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr);
2682 CastExpr *cast = NoTypeInfoCStyleCastExpr(
2689 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2750 NoTypeInfoCStyleCastExpr(Context,
2803 CastExpr *cast = NoTypeInfoCStyleCastExpr(
2810 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast
    [all...]
RewriteObjC.cpp 491 CStyleCastExpr* NoTypeInfoCStyleCastExpr(ASTContext *Ctx, QualType Ty,
1698 syncExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2524 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(),
2604 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context,
2612 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2674 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
2690 CastExpr *ArgExpr = NoTypeInfoCStyleCastExpr(Context,
2700 NoTypeInfoCStyleCastExpr(Context,
2726 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2770 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType()
    [all...]

Completed in 30 milliseconds