Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp675 TypeSourceInfo *typeBoundInfo = nullptr; in actOnObjCTypeParam() local
678 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()
685 typeBoundInfo->getTypeLoc().getEndLoc()); in actOnObjCTypeParam()
686 Diag(typeBoundInfo->getTypeLoc().getBeginLoc(), in actOnObjCTypeParam()
694 builder.pushFullCopy(typeBoundInfo->getTypeLoc()); in actOnObjCTypeParam()
703 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); 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()
[all …]