Home
last modified time | relevance | path

Searched refs:getAttributedType (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp287 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 DSemaWasm.cpp88 Type = Context.getAttributedType(attr::WebAssemblyFuncref, Type, in BuiltinWasmRefNullFunc()
H A DSemaExprObjC.cpp551 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 DSemaAPINotes.cpp634 S.Context.getAttributedType(attr, MethodType, MethodType); in ProcessAPINotes()
H A DSemaObjCProperty.cpp2472 resultTy = Context.getAttributedType(NullabilityKind::NonNull, in ProcessPropertyDecl()
2550 paramTy = Context.getAttributedType(NullabilityKind::Nullable, in ProcessPropertyDecl()
H A DSemaExprMember.cpp1811 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
H A DSemaDeclObjC.cpp4582 return S.Context.getAttributedType(*prevNullability, type, type); in mergeTypeNullabilityForRedecl()
H A DTreeTransform.h7614 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
H A DSemaDecl.cpp3418 NewT = S.Context.getAttributedType(*Oldnullability, NewT, NewT); in mergeParamDeclTypes()
H A DSemaExpr.cpp8870 return Ctx.getAttributedType(MergedKind, ResTy, ResTy); in computeConditionalNullability()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp428 Ctx.getAttributedType(AT->getAttrKind(), NewModified, NewEquivalent), in getFullyQualifiedType()
H A DASTDiagnostic.cpp90 RT = Context.getAttributedType(*nullability, RT, RT); in desugarForDiagnostic()
101 PT = Context.getAttributedType(*nullability, PT, PT); in desugarForDiagnostic()
H A DASTContext.cpp3729 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 DType.cpp1293 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, equivalentType, in SUGARED_TYPE_CLASS()
1592 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
H A DASTImporter.cpp1771 return Importer.getToContext().getAttributedType( in VisitAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1832 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
1836 QualType getAttributedType(const Attr *attr, QualType modifiedType,
1839 QualType getAttributedType(NullabilityKind nullability, QualType modifiedType,
H A DTypeProperties.td668 return ctx.getAttributedType(attrKind, modifiedType,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8863 …ypeENS_14AttributedType4KindENS_8QualTypeES3_", "clang::ASTContext::getAttributedType(clang::Attri…