Searched refs:typeBound (Results 1 – 5 of 5) sorted by relevance
603 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam() local604 if (typeBound->isObjCObjectPointerType()) { in actOnObjCTypeParam()606 } else if (typeBound->isObjCObjectType()) { in actOnObjCTypeParam()613 << typeBound << paramName in actOnObjCTypeParam()622 typeBound = Context.getObjCObjectPointerType(typeBound); in actOnObjCTypeParam()624 = builder.push<ObjCObjectPointerTypeLoc>(typeBound); in actOnObjCTypeParam()628 typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound); in actOnObjCTypeParam()633 << typeBound << paramName; in actOnObjCTypeParam()642 QualType typeBound = typeBoundInfo->getType(); in actOnObjCTypeParam() local644 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()[all …]
2628 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local2630 typeBound); in BuildInstanceMessage()
215 * Renamed "bound" to "typeBound" to better match language in the JLS.399 ('extends' typeBound404 typeBound
1905 typeBound(); in typeParameter()1943 public final void typeBound() throws RecognitionException { in typeBound() method in JavaParser
7160 ParsedType typeBound);