Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td665 def : Property<"equivalentType", QualType> {
673 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
HDASTContext.h1666 QualType equivalentType) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp1234 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local
1235 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()
1240 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1245 equivalentType); in SUGARED_TYPE_CLASS()
HDASTContext.cpp5164 QualType equivalentType) const { in getAttributedType()
5166 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
5172 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
5174 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h7348 QualType equivalentType = in TransformAttributedType() local
7350 if (equivalentType.isNull()) in TransformAttributedType()
7367 equivalentType); in TransformAttributedType()