Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2944 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local
2946 typeBound); in BuildInstanceMessage()
2952 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10187 ParsedType typeBound);