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 …]
2944 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local2946 typeBound); in BuildInstanceMessage()2952 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
10187 ParsedType typeBound);