Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
597 def : Property<"equivalentType", QualType> {605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
1486 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()
4564 QualType equivalentType) { in getAttributedType() argument4566 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()4572 QualType canon = getCanonicalType(equivalentType); in getAttributedType()4574 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
6754 QualType equivalentType in TransformAttributedType() local6756 if (equivalentType.isNull()) in TransformAttributedType()6772 equivalentType); in TransformAttributedType()