Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:getObjCIdType

531         T = isConst ? Context->getObjCIdType().withConst() 
532 : Context->getObjCIdType();
554 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
583 result = Context->getObjCIdType();
2434 QualType argT = Context->getObjCIdType();
2438 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2451 QualType argT = Context->getObjCIdType();
2457 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2471 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2484 QualType argT = Context->getObjCIdType();
2490 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2506 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2520 QualType argT = Context->getObjCIdType();
2771 QualType ConstIdT = Context->getObjCIdType().withConst();
2903 QualType ConstIdT = Context->getObjCIdType().withConst();
3016 FieldTypes[0] = Context->getObjCIdType();
3018 FieldTypes[1] = Context->getObjCIdType();
3044 FieldTypes[0] = Context->getObjCIdType();
3279 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3283 Context->getObjCIdType(),
3303 Context->getObjCIdType(),
3360 Context->getObjCIdType(),
3375 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3379 Context->getObjCIdType(),
3398 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3451 recExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3473 type = Context->getObjCIdType();
3510 userExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3529 ArgTypes.push_back(Context->getObjCIdType());
3535 ? Context->getObjCIdType()
3545 returnType = Context->getObjCIdType();
3609 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());