Searched refs:underlyingType (Results 1 – 4 of 4) sorted by relevance
6021 SplitQualType underlyingType = type.split(); in handleObjCOwnershipTypeAttr() local6039 while (!prevTy || prevTy != underlyingType.Ty) { in handleObjCOwnershipTypeAttr()6040 prevTy = underlyingType.Ty; in handleObjCOwnershipTypeAttr()6041 underlyingType = underlyingType.getSingleStepDesugaredType(); in handleObjCOwnershipTypeAttr()6043 underlyingType.Quals.removeObjCLifetime(); in handleObjCOwnershipTypeAttr()6047 underlyingType.Quals.addObjCLifetime(lifetime); in handleObjCOwnershipTypeAttr()6084 type = S.Context.getQualifiedType(underlyingType); in handleObjCOwnershipTypeAttr()6489 QualType underlyingType = typedefDecl->getUnderlyingType(); in checkNullabilityTypeSpecifier() local6491 = AttributedType::stripOuterNullability(underlyingType)) { in checkNullabilityTypeSpecifier()
3108 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() argument3116 E(E), UnderlyingType(underlyingType) {} in DecltypeType()
8682 QualType underlyingType = ET->getDecl()->getIntegerType(); in mergeEnumWithInteger() local8683 if (underlyingType.isNull()) in mergeEnumWithInteger()8685 if (Context.hasSameType(underlyingType, other)) in mergeEnumWithInteger()8691 Context.getTypeSize(underlyingType) == Context.getTypeSize(other)) in mergeEnumWithInteger()
4253 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());