Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td654 def : Property<"modifiedType", QualType> {
668 return ctx.getAttributedType(attrKind, modifiedType,
H A DASTContext.h1832 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
1836 QualType getAttributedType(const Attr *attr, QualType modifiedType,
1839 QualType getAttributedType(NullabilityKind nullability, QualType modifiedType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1279 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1280 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1287 if (modifiedType.getAsOpaquePtr() == in SUGARED_TYPE_CLASS()
1293 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, equivalentType, in SUGARED_TYPE_CLASS()
H A DASTContext.cpp5481 QualType modifiedType, in getAttributedType() argument
5485 AttributedType::Profile(id, attrKind, modifiedType, equivalentType, attr); in getAttributedType()
5495 AttributedType(canon, attrKind, attr, modifiedType, equivalentType); in getAttributedType()
5503 QualType ASTContext::getAttributedType(const Attr *attr, QualType modifiedType, in getAttributedType() argument
5505 return getAttributedType(attr->getKind(), modifiedType, equivalentType, attr); in getAttributedType()
5509 QualType modifiedType, in getAttributedType() argument
5513 return getAttributedType(attr::TypeNonNull, modifiedType, equivalentType); in getAttributedType()
5516 return getAttributedType(attr::TypeNullable, modifiedType, equivalentType); in getAttributedType()
5519 return getAttributedType(attr::TypeNullableResult, modifiedType, in getAttributedType()
5523 return getAttributedType(attr::TypeNullUnspecified, modifiedType, in getAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7565 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
7566 if (modifiedType.isNull()) in TransformAttributedType()
7579 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
7592 QualType equivalentType = modifiedType; in TransformAttributedType()
7605 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
7609 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType()
7615 modifiedType, in TransformAttributedType()