Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
665 def : Property<"equivalentType", QualType> {673 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
1666 QualType equivalentType) const;
1234 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local1235 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()1240 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()1245 equivalentType); in SUGARED_TYPE_CLASS()
5164 QualType equivalentType) const { in getAttributedType()5166 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()5172 QualType canon = getCanonicalType(equivalentType); in getAttributedType()5174 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
7348 QualType equivalentType = in TransformAttributedType() local7350 if (equivalentType.isNull()) in TransformAttributedType()7367 equivalentType); in TransformAttributedType()