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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp899 QualType castT = Context->getPointerType(IvarT); local
900 std::string TypeString(castT.getAsString(Context->getPrintingPolicy()));
5467 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
5489 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp);
7695 QualType castT = Context->getPointerType(IvarT); local
7698 castT,
H A DRewriteObjC.cpp4528 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
4550 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp);
5870 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
5871 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT,
5910 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
5911 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT,

Completed in 76 milliseconds