Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:castType

2573   QualType castType =
2576 castType = Context->getPointerType(castType);
2577 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2712 QualType castType =
2715 castType = Context->getPointerType(castType);
2716 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2887 QualType castType =
2890 castType = Context->getPointerType(castType);
2891 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3338 QualType castType =
3342 castType = Context->getPointerType(castType);
3343 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3370 castType = getSimpleFunctionType(returnType, &ArgTypes[0], ArgTypes.size(),
3372 castType = Context->getPointerType(castType);
3373 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,