Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp599 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local
602 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()
609 typeBoundInfo->getTypeLoc().getEndLoc()); in actOnObjCTypeParam()
610 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()
618 builder.pushFullCopy(typeBoundInfo->getTypeLoc()); in actOnObjCTypeParam()
627 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()
630 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()
635 typeBoundInfo = nullptr; in actOnObjCTypeParam()
640 if (typeBoundInfo) { in actOnObjCTypeParam()
641 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam()
[all …]