Searched refs:equivalentType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 657 def : Property<"equivalentType", QualType> { 669 equivalentType, attribute);
|
| H A D | ASTContext.h | 1833 QualType equivalentType, 1837 QualType equivalentType) const; 1840 QualType equivalentType);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1283 QualType equivalentType = recurse(T->getEquivalentType()); in SUGARED_TYPE_CLASS() local 1284 if (equivalentType.isNull()) in SUGARED_TYPE_CLASS() 1289 equivalentType.getAsOpaquePtr() == in SUGARED_TYPE_CLASS() 1293 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, equivalentType, in SUGARED_TYPE_CLASS()
|
| H A D | ASTContext.cpp | 5482 QualType equivalentType, in getAttributedType() argument 5485 AttributedType::Profile(id, attrKind, modifiedType, equivalentType, attr); in getAttributedType() 5493 QualType canon = getCanonicalType(equivalentType); in getAttributedType() 5495 AttributedType(canon, attrKind, attr, modifiedType, equivalentType); in getAttributedType() 5504 QualType equivalentType) const { in getAttributedType() 5505 return getAttributedType(attr->getKind(), modifiedType, equivalentType, attr); in getAttributedType() 5510 QualType equivalentType) { in getAttributedType() argument 5513 return getAttributedType(attr::TypeNonNull, modifiedType, equivalentType); in getAttributedType() 5516 return getAttributedType(attr::TypeNullable, modifiedType, equivalentType); in getAttributedType() 5520 equivalentType); in getAttributedType() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7592 QualType equivalentType = modifiedType; in TransformAttributedType() local 7596 equivalentType = in TransformAttributedType() 7598 if (equivalentType.isNull()) in TransformAttributedType() 7616 equivalentType, in TransformAttributedType()
|