Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getObjCIdType

540         T = isConst ? Context->getObjCIdType().withConst() 
541 : Context->getObjCIdType();
563 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
592 result = Context->getObjCIdType();
2445 QualType argT = Context->getObjCIdType();
2449 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2462 QualType argT = Context->getObjCIdType();
2468 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2482 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2495 QualType argT = Context->getObjCIdType();
2501 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2517 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2531 QualType argT = Context->getObjCIdType();
2704 ArgTypes.push_back(Context->getObjCIdType());
2787 QualType ConstIdT = Context->getObjCIdType().withConst();
2833 ArgTypes.push_back(Context->getObjCIdType());
2924 QualType ConstIdT = Context->getObjCIdType().withConst();
2990 ArgTypes.push_back(Context->getObjCIdType());
3042 FieldTypes[0] = Context->getObjCIdType();
3044 FieldTypes[1] = Context->getObjCIdType();
3070 FieldTypes[0] = Context->getObjCIdType();
3305 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3309 Context->getObjCIdType(),
3333 Context->getObjCIdType(),
3392 Context->getObjCIdType(),
3407 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3411 Context->getObjCIdType(),
3433 NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3486 recExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3510 type = Context->getObjCIdType();
3547 userExpr = NoTypeInfoCStyleCastExpr(Context, Context->getObjCIdType(),
3566 ArgTypes.push_back(Context->getObjCIdType());
3572 ? Context->getObjCIdType()
3582 returnType = Context->getObjCIdType();
3646 = Context->getTrivialTypeSourceInfo(Context->getObjCIdType());