Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:castType

3004   QualType castType =
3008 castType = Context->getPointerType(castType);
3009 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3036 castType = getSimpleFunctionType(returnType, &ArgTypes[0], ArgTypes.size(),
3038 castType = Context->getPointerType(castType);
3039 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,