Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4490 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthBlockInitExpr() local
4513 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp); in SynthBlockInitExpr()
5828 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in RewriteObjCIvarRefExpr() local
5829 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT, in RewriteObjCIvarRefExpr()
5869 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in RewriteObjCIvarRefExpr() local
5870 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT, in RewriteObjCIvarRefExpr()
H A DRewriteModernObjC.cpp891 QualType castT = Context->getPointerType(IvarT); in getIvarAccessString() local
892 std::string TypeString(castT.getAsString(Context->getPrintingPolicy())); in getIvarAccessString()
5354 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); in SynthBlockInitExpr() local
5376 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp); in SynthBlockInitExpr()
7534 QualType castT = Context->getPointerType(IvarT); in RewriteObjCIvarRefExpr() local
7537 castT, in RewriteObjCIvarRefExpr()