Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td607 def : Property<"modifiedType", QualType> {
618 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1610 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1142 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1143 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1150 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1156 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
H A DASTContext.cpp4705 QualType modifiedType, in getAttributedType() argument
4708 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4716 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h6853 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
6854 if (modifiedType.isNull()) in TransformAttributedType()
6867 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
6878 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
6881 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType()
6887 modifiedType, in TransformAttributedType()