Searched refs:typeBoundInfo (Results 1 – 1 of 1) sorted by relevance
674 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local677 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()684 typeBoundInfo->getTypeLoc().getEndLoc()); in actOnObjCTypeParam()685 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()693 builder.pushFullCopy(typeBoundInfo->getTypeLoc()); in actOnObjCTypeParam()702 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()705 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()710 typeBoundInfo = nullptr; in actOnObjCTypeParam()715 if (typeBoundInfo) { in actOnObjCTypeParam()716 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam()[all …]