Home
last modified time | relevance | path

Searched refs:typeBoundInfo (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp602 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local
605 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 …]