Searched refs:typeBound (Results 1 – 3 of 3) sorted by relevance
675 QualType typeBound = in actOnObjCTypeParam() local677 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()679 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()686 << typeBound << paramName in actOnObjCTypeParam()695 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()697 = builder.push<ObjCObjectPointerTypeLoc>(typeBound); in actOnObjCTypeParam()701 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()706 << typeBound << paramName; in actOnObjCTypeParam()715 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local717 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()[all …]
2953 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local2955 typeBound); in BuildInstanceMessage()2961 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
253 SourceLocation colonLoc, ParsedType typeBound);