Searched defs:underlyingType (Results 1 – 10 of 10) sorted by relevance
44 public void underlyingType() { in underlyingType() method in AnnotatedTypeImplTest45 Type underlyingType = annotatedClass.underlyingType(); in underlyingType() local
40 private Type underlyingType; field in AnnotatedTypeImpl72 public Type underlyingType() { in underlyingType() method in AnnotatedTypeImpl
42 private final Type underlyingType; field in ArrayTypeImpl
60 protected static Type create(TypeMirror m, Context context, boolean underlyingType) { in create()
49 Type underlyingType(); in underlyingType() method
149 def EnumAddUnderlyingType(builder, underlyingType): builder.PrependUOffsetTRelativeSlot(3, flatbuff… argument150 def AddUnderlyingType(builder, underlyingType): argument
217 override fun underlyingType(): Type? = NotAnnotatedTypeAdapter(this) in underlyingType() method
5432 SplitQualType underlyingType = type.split(); in handleObjCOwnershipTypeAttr() local5869 QualType underlyingType = typedefDecl->getUnderlyingType(); in checkNullabilityTypeSpecifier() local
2897 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType()
7613 QualType underlyingType = ET->getDecl()->getIntegerType(); in mergeEnumWithInteger() local