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