Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1520 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr()); in VisitAttributedType() local
1521 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()