Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp600 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local
603 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()
610 typeBoundInfo->getTypeLoc().getEndLoc()); in actOnObjCTypeParam()
611 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()
619 builder.pushFullCopy(typeBoundInfo->getTypeLoc()); in actOnObjCTypeParam()
628 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()
631 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()
636 typeBoundInfo = nullptr; in actOnObjCTypeParam()
641 if (typeBoundInfo) { in actOnObjCTypeParam()
642 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam()
[all …]