Searched refs:typeBound (Results 1 – 3 of 3) sorted by relevance
675 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()677 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()684 << typeBound << paramName in actOnObjCTypeParam()693 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()704 << typeBound << paramName; in actOnObjCTypeParam()713 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local715 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()724 << paramName << typeBound in actOnObjCTypeParam()735 << paramName << typeBound in actOnObjCTypeParam()736 << typeBound.getQualifiers().getAsString() in actOnObjCTypeParam()[all …]
2762 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local2764 typeBound); in BuildInstanceMessage()2770 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
7965 ParsedType typeBound);