Searched refs:typeBound (Results 1 – 3 of 3) sorted by relevance
678 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam() local679 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()681 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()688 << typeBound << paramName in actOnObjCTypeParam()697 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()699 = builder.push<ObjCObjectPointerTypeLoc>(typeBound); in actOnObjCTypeParam()703 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()708 << typeBound << paramName; in actOnObjCTypeParam()717 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local719 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()[all …]
2948 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local2950 typeBound); in BuildInstanceMessage()2956 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
9462 ParsedType typeBound);