Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DType.cpp1425 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr()); in VisitAttributedType() local
1426 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()