Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:castType

2603   QualType castType = getSimpleFunctionType(returnType, ArgTypes,
2606 castType = Context->getPointerType(castType);
2607 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2970 QualType castType =
2972 castType = Context->getPointerType(castType);
2973 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,