Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
597 def : Property<"equivalentType", QualType> {605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
1531 QualType equivalentType);
1140 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local1141 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()1146 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()1151 equivalentType); in SUGARED_TYPE_CLASS()
4579 QualType equivalentType) { in getAttributedType() argument4581 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()4587 QualType canon = getCanonicalType(equivalentType); in getAttributedType()4589 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
6777 QualType equivalentType in TransformAttributedType() local6779 if (equivalentType.isNull()) in TransformAttributedType()6795 equivalentType); in TransformAttributedType()