Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp678 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam() local
679 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()
681 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()
688 << typeBound << paramName in actOnObjCTypeParam()
697 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()
699 = builder.push<ObjCObjectPointerTypeLoc>(typeBound); in actOnObjCTypeParam()
703 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()
708 << typeBound << paramName; in actOnObjCTypeParam()
717 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local
719 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()
[all …]
H A DSemaExprObjC.cpp2948 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local
2950 typeBound); in BuildInstanceMessage()
2956 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9462 ParsedType typeBound);