Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td618 def : Property<"equivalentType", QualType> {
626 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1604 QualType equivalentType) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1172 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local
1173 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()
1178 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1183 equivalentType); in SUGARED_TYPE_CLASS()
H A DASTContext.cpp4749 QualType equivalentType) const { in getAttributedType()
4751 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4757 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
4759 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7093 QualType equivalentType in TransformAttributedType() local
7095 if (equivalentType.isNull()) in TransformAttributedType()
7112 equivalentType); in TransformAttributedType()