Searched refs:typeBoundInfo (Results 1 – 1 of 1) sorted by relevance
675 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local678 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()685 typeBoundInfo->getTypeLoc().getEndLoc()); in actOnObjCTypeParam()686 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()694 builder.pushFullCopy(typeBoundInfo->getTypeLoc()); in actOnObjCTypeParam()703 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()706 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()711 typeBoundInfo = nullptr; in actOnObjCTypeParam()716 if (typeBoundInfo) { in actOnObjCTypeParam()717 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam()[all …]