Searched refs:modifiedType (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | TypeProperties.td | 611 def : Property<"modifiedType", QualType> { 622 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
|
H A D | ASTContext.h | 1584 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 1146 QualType modifiedType = recurse(T->getModifiedType()); in SUGARED_TYPE_CLASS() local 1147 if (modifiedType.isNull()) in SUGARED_TYPE_CLASS() 1154 if (modifiedType.getAsOpaquePtr() in SUGARED_TYPE_CLASS() 1160 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
|
H A D | ASTContext.cpp | 4769 QualType modifiedType, in getAttributedType() argument 4772 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 4780 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 6965 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType() local 6966 if (modifiedType.isNull()) in TransformAttributedType() 6979 modifiedType != oldType->getModifiedType()) { in TransformAttributedType() 6990 if (!modifiedType->canHaveNullability()) { in TransformAttributedType() 6993 << DiagNullabilityKind(*nullability, false) << modifiedType; in TransformAttributedType() 6999 modifiedType, in TransformAttributedType()
|