Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp603 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam() local
604 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() local
644 if (qual || typeBound.hasQualifiers()) { in actOnObjCTypeParam()
[all …]
DSemaExprObjC.cpp2628 const ObjCObjectType *typeBound = nullptr; in BuildInstanceMessage() local
2630 typeBound); in BuildInstanceMessage()
/external/doclava/src/com/google/doclava/parser/
DJava.g215 * Renamed "bound" to "typeBound" to better match language in the JLS.
399 ('extends' typeBound
404 typeBound
DJavaParser.java1905 typeBound(); in typeParameter()
1943 public final void typeBound() throws RecognitionException { in typeBound() method in JavaParser
/external/clang/include/clang/Sema/
DSema.h7160 ParsedType typeBound);