Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp679 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()
681 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()
688 << typeBound << paramName in actOnObjCTypeParam()
697 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()
708 << typeBound << paramName; in actOnObjCTypeParam()
717 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local
719 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()
728 << paramName << typeBound in actOnObjCTypeParam()
739 << paramName << typeBound in actOnObjCTypeParam()
740 << typeBound.getQualifiers().getAsString() in actOnObjCTypeParam()
[all …]
H A DSemaExprObjC.cpp2948 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local
2950 typeBound); in BuildInstanceMessage()
2956 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9860 ParsedType typeBound);