Searched refs:typeBound (Results 1 – 3 of 3) sorted by relevance
605 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam() local606 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()608 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()615 << typeBound << paramName in actOnObjCTypeParam()624 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()626 = builder.push<ObjCObjectPointerTypeLoc>(typeBound); in actOnObjCTypeParam()630 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()635 << typeBound << paramName; in actOnObjCTypeParam()644 if (auto nullability = AttributedType::stripOuterNullability(typeBound)) { in actOnObjCTypeParam()
2628 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local2630 typeBound); in BuildInstanceMessage()
7085 ParsedType typeBound);