Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getObjCIdType

526         T = isConst ? Context->getObjCIdType().withConst() 
527 : Context->getObjCIdType();
549 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
578 result = Context->getObjCIdType();
2452 QualType argT = Context->getObjCIdType();
2456 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2469 QualType argT = Context->getObjCIdType();
2475 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2489 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2502 QualType argT = Context->getObjCIdType();
2508 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2524 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2538 QualType argT = Context->getObjCIdType();
2716 ArgTypes.push_back(Context->getObjCIdType());
2801 QualType ConstIdT = Context->getObjCIdType().withConst();
2853 ArgTypes.push_back(Context->getObjCIdType());
2946 QualType ConstIdT = Context->getObjCIdType().withConst();
3019 ArgTypes.push_back(Context->getObjCIdType());
3073 FieldTypes[0] = Context->getObjCIdType();
3075 FieldTypes[1] = Context->getObjCIdType();
3101 FieldTypes[0] = Context->getObjCIdType();
3317 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3321 Context->getObjCIdType(),
3349 Context->getObjCIdType(),
3412 Context->getObjCIdType(),
3427 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3431 Context->getObjCIdType(),
3457 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3510 recExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3538 type = Context->getObjCIdType();
3575 userExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3594 ArgTypes.push_back(Context->getObjCIdType());
3601 ? Context->getObjCIdType()
3611 getObjCIdType();
3703 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());