Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
614 def : Property<"equivalentType", QualType> {622 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
1585 QualType equivalentType) const;
1150 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local1151 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()1156 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()1161 equivalentType); in SUGARED_TYPE_CLASS()
4770 QualType equivalentType) const { in getAttributedType()4772 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()4778 QualType canon = getCanonicalType(equivalentType); in getAttributedType()4780 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
6982 QualType equivalentType in TransformAttributedType() local6984 if (equivalentType.isNull()) in TransformAttributedType()7000 equivalentType); in TransformAttributedType()