Searched refs:castT (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 4502 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthBlockInitExpr() local 4525 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp); in SynthBlockInitExpr() 5840 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in RewriteObjCIvarRefExpr() local 5841 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT, in RewriteObjCIvarRefExpr() 5881 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in RewriteObjCIvarRefExpr() local 5882 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT, in RewriteObjCIvarRefExpr()
|
H A D | RewriteModernObjC.cpp | 890 QualType castT = Context->getPointerType(IvarT); in getIvarAccessString() local 891 std::string TypeString(castT.getAsString(Context->getPrintingPolicy())); in getIvarAccessString() 5364 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthBlockInitExpr() local 5387 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp); in SynthBlockInitExpr() 7545 QualType castT = Context->getPointerType(IvarT); in RewriteObjCIvarRefExpr() local 7548 castT, in RewriteObjCIvarRefExpr()
|