Searched refs:newAttrType (Results 1 – 1 of 1) sorted by relevance
1520 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr()); in VisitAttributedType() local1521 if (!newAttrType || newAttrType->getAttrKind() != attr::ObjCKindOf) in VisitAttributedType()1525 QualType newEquivType = newAttrType->getEquivalentType(); in VisitAttributedType()1547 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()1548 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType()