Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp675 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()
677 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()
684 << typeBound << paramName in actOnObjCTypeParam()
693 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()
704 << typeBound << paramName; in actOnObjCTypeParam()
713 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local
715 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()
724 << paramName << typeBound in actOnObjCTypeParam()
735 << paramName << typeBound in actOnObjCTypeParam()
736 << typeBound.getQualifiers().getAsString() in actOnObjCTypeParam()
[all …]
H A DSemaExprObjC.cpp2762 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local
2764 typeBound); in BuildInstanceMessage()
2770 true/*CheckTheOther*/, typeBound); in BuildInstanceMessage()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7965 ParsedType typeBound);