Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp675 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local
686 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()
694 builder.pushFullCopy(typeBoundInfo->getTypeLoc()); 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()
737 : typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()
750 typeBoundInfo = in actOnObjCTypeParam()
759 if (!typeBoundInfo) { in actOnObjCTypeParam()
[all …]