Home | History | Annotate | Download | only in Frontend

Lines Matching refs:castType

2612   QualType castType = getSimpleFunctionType(returnType, ArgTypes,
2615 castType = Context->getPointerType(castType);
2616 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2979 QualType castType =
2981 castType = Context->getPointerType(castType);
2982 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,