Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp605 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam() local
606 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()
608 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()
615 << typeBound << paramName in actOnObjCTypeParam()
624 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()
626 = builder.push<ObjCObjectPointerTypeLoc>(typeBound); in actOnObjCTypeParam()
630 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()
635 << typeBound << paramName; in actOnObjCTypeParam()
644 if (auto nullability = AttributedType::stripOuterNullability(typeBound)) { in actOnObjCTypeParam()
HDSemaExprObjC.cpp2628 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local
2630 typeBound); in BuildInstanceMessage()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7085 ParsedType typeBound);