Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td597 def : Property<"equivalentType", QualType> {
605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1486 QualType equivalentType);
/netbsd-src/external/apache2/llvm/dist/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.cpp4564 QualType equivalentType) { in getAttributedType() argument
4566 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
4572 QualType canon = getCanonicalType(equivalentType); in getAttributedType()
4574 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h6754 QualType equivalentType in TransformAttributedType() local
6756 if (equivalentType.isNull()) in TransformAttributedType()
6772 equivalentType); in TransformAttributedType()