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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4493 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
4515 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp);
5829 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
5830 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT,
5869 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
5870 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, castT,
H A DRewriteModernObjC.cpp889 QualType castT = Context->getPointerType(IvarT); local
890 std::string TypeString(castT.getAsString(Context->getPrintingPolicy()));
5354 QualType castT = Context->getPointerType(Context->getTagDeclType(RD)); local
5377 Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp);
7535 QualType castT = Context->getPointerType(IvarT); local
7538 castT,

Completed in 220 milliseconds