Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:castType

2710   QualType castType =
2712 castType = Context->getPointerType(castType);
2713 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2837 QualType castType =
2839 castType = Context->getPointerType(castType);
2840 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2997 QualType castType =
2999 castType = Context->getPointerType(castType);
3000 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3138 QualType castType = getSimpleFunctionType(returnType, ArgTypes,
3141 castType = Context->getPointerType(castType);
3172 str += "\t s = (("; str += castType.getAsString(Context->getPrintingPolicy());
3188 str += "\t s = (("; str += castType.getAsString(Context->getPrintingPolicy());
3218 SourceLocation(), ID, castType,
3220 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, castType, VK_RValue,
3223 castType, VK_LValue, SourceLocation());
3584 QualType castType =
3586 castType = Context->getPointerType(castType);
3587 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,