Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp675 QualType typeBound = in actOnObjCTypeParam() local
677 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()
679 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()
686 << typeBound << paramName in actOnObjCTypeParam()
695 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()
697 = builder.push<ObjCObjectPointerTypeLoc>(typeBound); in actOnObjCTypeParam()
701 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()
706 << typeBound << paramName; in actOnObjCTypeParam()
715 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local
717 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()
[all …]
H A DSemaExprObjC.cpp2953 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local
2955 typeBound); in BuildInstanceMessage()
2961 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h253 SourceLocation colonLoc, ParsedType typeBound);