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.td662 def : Property<"modifiedType", QualType> {
673 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1665 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1230 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1231 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1238 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1244 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
H A DASTContext.cpp5163 QualType modifiedType, in getAttributedType() argument
5166 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
5174 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7331 QualType modifiedType = TransformModifiedTypeFn(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
7332 if (modifiedType.isNull()) in TransformAttributedType()
7345 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
7356 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
7360 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType()
7366 modifiedType, in TransformAttributedType()