Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td597 def : Property<"equivalentType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1531 QualType equivalentType);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1140 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local
1141 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()
1146 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1151 equivalentType); in SUGARED_TYPE_CLASS()
H A DASTContext.cpp4579 QualType equivalentType) { in getAttributedType() argument
4581 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4587 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
4589 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6777 QualType equivalentType in TransformAttributedType() local
6779 if (equivalentType.isNull()) in TransformAttributedType()
6795 equivalentType); in TransformAttributedType()