Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
610 def : Property<"equivalentType", QualType> {618 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
1611 QualType equivalentType) const;
1146 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local1147 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()1152 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()1157 equivalentType); in SUGARED_TYPE_CLASS()
4706 QualType equivalentType) const { in getAttributedType()4708 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()4714 QualType canon = getCanonicalType(equivalentType); in getAttributedType()4716 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
6870 QualType equivalentType in TransformAttributedType() local6872 if (equivalentType.isNull()) in TransformAttributedType()6888 equivalentType); in TransformAttributedType()