Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td594 def : Property<"modifiedType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1485 QualType modifiedType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1136 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local
1137 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS()
1144 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1150 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
H A DASTContext.cpp4563 QualType modifiedType, in getAttributedType() argument
4566 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4574 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h6737 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local
6738 if (modifiedType.isNull()) in TransformAttributedType()
6751 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
6762 if (!modifiedType->canHaveNullability()) { in TransformAttributedType()
6765 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType()
6771 modifiedType, in TransformAttributedType()