Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td546 def : Property<"modifiedType", QualType> {
557 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
HDASTContext.h1443 QualType modifiedType,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp1070 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1071 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1078 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1084 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
HDASTContext.cpp4196 QualType modifiedType, in getAttributedType() argument
4199 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4207 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h6331 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
6332 if (modifiedType.isNull()) in TransformAttributedType()
6345 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
6356 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
6359 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType()
6365 modifiedType, in TransformAttributedType()