Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td615 def : Property<"modifiedType", QualType> {
626 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1603 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1168 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1169 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1176 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1182 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
H A DASTContext.cpp4748 QualType modifiedType, in getAttributedType() argument
4751 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4759 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7076 QualType modifiedType = TransformModifiedTypeFn(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
7077 if (modifiedType.isNull()) in TransformAttributedType()
7090 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
7101 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
7105 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType()
7111 modifiedType, in TransformAttributedType()