Searched refs:typeBoundInfo (Results 1 – 1 of 1) sorted by relevance
602 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local605 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()612 typeBoundInfo->getTypeLoc().getEndLoc()); in actOnObjCTypeParam()613 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()621 builder.pushFullCopy(typeBoundInfo->getTypeLoc()); in actOnObjCTypeParam()630 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()633 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()638 typeBoundInfo = nullptr; in actOnObjCTypeParam()642 if (typeBoundInfo) { in actOnObjCTypeParam()648 = typeBoundInfo->getTypeLoc().findNullabilityLoc(); in actOnObjCTypeParam()[all …]