| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 287 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anonc2847d970111::TypeProcessingState 290 sema.Context.getAttributedType(A, ModifiedType, EquivType); in getAttributedType() 4615 T = state.getAttributedType( in GetFullTypeForDeclarator() 6561 T = State.getAttributedType(ASAttr, Type, EquivType); in HandleAddressSpaceTypeAttribute() 6563 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute() 6714 type = state.getAttributedType( in handleObjCOwnershipTypeAttr() 6727 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr() 6830 type = state.getAttributedType( in handleObjCGCTypeAttr() 7100 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee)); in handleMSPointerTypeQualifierAttr() 7131 QT = State.getAttributedType(A, QT, S.Context.getPointerType(Pointee)); in HandleWebAssemblyFuncrefAttr() [all …]
|
| H A D | SemaWasm.cpp | 88 Type = Context.getAttributedType(attr::WebAssemblyFuncref, Type, in BuiltinWasmRefNullFunc()
|
| H A D | SemaExprObjC.cpp | 551 BoxedType = Context.getAttributedType(NullabilityKind::NonNull, in BuildObjCBoxedExpr() 604 Context.getAttributedType(*Nullability, BoxedType, BoxedType); in BuildObjCBoxedExpr() 1441 return Context.getAttributedType(*nullability, Context.getObjCIdType(), in stripObjCInstanceType() 1480 return Context.getAttributedType(*nullability, type, type); in getBaseMessageSendResultType() 1551 NewResultType = Context.getAttributedType(*Nullability, NewResultType, in getMessageSendResultType() 1614 return Context.getAttributedType(newNullability, resultType, resultType); in getMessageSendResultType()
|
| H A D | SemaAPINotes.cpp | 634 S.Context.getAttributedType(attr, MethodType, MethodType); in ProcessAPINotes()
|
| H A D | SemaObjCProperty.cpp | 2472 resultTy = Context.getAttributedType(NullabilityKind::NonNull, in ProcessPropertyDecl() 2550 paramTy = Context.getAttributedType(NullabilityKind::Nullable, in ProcessPropertyDecl()
|
| H A D | SemaExprMember.cpp | 1811 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
|
| H A D | SemaDeclObjC.cpp | 4582 return S.Context.getAttributedType(*prevNullability, type, type); in mergeTypeNullabilityForRedecl()
|
| H A D | TreeTransform.h | 7614 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
|
| H A D | SemaDecl.cpp | 3418 NewT = S.Context.getAttributedType(*Oldnullability, NewT, NewT); in mergeParamDeclTypes()
|
| H A D | SemaExpr.cpp | 8870 return Ctx.getAttributedType(MergedKind, ResTy, ResTy); in computeConditionalNullability()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 428 Ctx.getAttributedType(AT->getAttrKind(), NewModified, NewEquivalent), in getFullyQualifiedType()
|
| H A D | ASTDiagnostic.cpp | 90 RT = Context.getAttributedType(*nullability, RT, RT); in desugarForDiagnostic() 101 PT = Context.getAttributedType(*nullability, PT, PT); in desugarForDiagnostic()
|
| H A D | ASTContext.cpp | 3729 return getAttributedType(AT->getAttrKind(), in adjustType() 5480 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext 5503 QualType ASTContext::getAttributedType(const Attr *attr, QualType modifiedType, in getAttributedType() function in ASTContext 5505 return getAttributedType(attr->getKind(), modifiedType, equivalentType, attr); in getAttributedType() 5508 QualType ASTContext::getAttributedType(NullabilityKind nullability, in getAttributedType() function in ASTContext 5513 return getAttributedType(attr::TypeNonNull, modifiedType, equivalentType); in getAttributedType() 5516 return getAttributedType(attr::TypeNullable, modifiedType, equivalentType); in getAttributedType() 5519 return getAttributedType(attr::TypeNullableResult, modifiedType, in getAttributedType() 5523 return getAttributedType(attr::TypeNullUnspecified, modifiedType, in getAttributedType() 7995 Result = const_cast<ASTContext *>(this)->getAttributedType(*Nullability, in getArrayDecayedType() [all …]
|
| H A D | Type.cpp | 1293 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, equivalentType, in SUGARED_TYPE_CLASS() 1592 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
|
| H A D | ASTImporter.cpp | 1771 return Importer.getToContext().getAttributedType( in VisitAttributedType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1832 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType, 1836 QualType getAttributedType(const Attr *attr, QualType modifiedType, 1839 QualType getAttributedType(NullabilityKind nullability, QualType modifiedType,
|
| H A D | TypeProperties.td | 668 return ctx.getAttributedType(attrKind, modifiedType,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8863 …ypeENS_14AttributedType4KindENS_8QualTypeES3_", "clang::ASTContext::getAttributedType(clang::Attri…
|