Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td610 def : Property<"equivalentType", QualType> {
618 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1611 QualType equivalentType) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1146 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local
1147 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()
1152 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1157 equivalentType); in SUGARED_TYPE_CLASS()
H A DASTContext.cpp4706 QualType equivalentType) const { in getAttributedType()
4708 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4714 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
4716 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h6870 QualType equivalentType in TransformAttributedType() local
6872 if (equivalentType.isNull()) in TransformAttributedType()
6888 equivalentType); in TransformAttributedType()