Home
last modified time | relevance | path

Searched refs:newAttrType (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp1362 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr()); in VisitAttributedType() local
1363 if (!newAttrType || newAttrType->getAttrKind() != attr::ObjCKindOf) in VisitAttributedType()
1367 QualType newEquivType = newAttrType->getEquivalentType(); in VisitAttributedType()
1389 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
1390 newAttrType->getModifiedType(), newEquivType); in VisitAttributedType()