Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td614 def : Property<"equivalentType", QualType> {
622 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1585 QualType equivalentType) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1150 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local
1151 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS()
1156 equivalentType.getAsOpaquePtr() in SUGARED_TYPE_CLASS()
1161 equivalentType); in SUGARED_TYPE_CLASS()
H A DASTContext.cpp4770 QualType equivalentType) const { in getAttributedType()
4772 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4778 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
4780 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h6982 QualType equivalentType in TransformAttributedType() local
6984 if (equivalentType.isNull()) in TransformAttributedType()
7000 equivalentType); in TransformAttributedType()