Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td665 def : Property<"equivalentType", QualType> {
673 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1666 QualType equivalentType) const;
/src/contrib/llvm-project/clang/lib/AST/
H A DType.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()
H A DASTContext.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()
/src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7348 QualType equivalentType = in TransformAttributedType() local
7350 if (equivalentType.isNull()) in TransformAttributedType()
7367 equivalentType); in TransformAttributedType()