Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
618 def : Property<"equivalentType", QualType> {626 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
1604 QualType equivalentType) const;
1172 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local1173 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()1178 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()1183 equivalentType); in SUGARED_TYPE_CLASS()
4749 QualType equivalentType) const { in getAttributedType()4751 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()4757 QualType canon = getCanonicalType(equivalentType); in getAttributedType()4759 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
7093 QualType equivalentType in TransformAttributedType() local7095 if (equivalentType.isNull()) in TransformAttributedType()7112 equivalentType); in TransformAttributedType()