Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp280 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anoncd0d9eb00111::TypeProcessingState
283 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType); in getAttributedType()
4567 T = state.getAttributedType( in GetFullTypeForDeclarator()
6534 T = State.getAttributedType(ASAttr, Type, EquivType); in HandleAddressSpaceTypeAttribute()
6536 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute()
6687 type = state.getAttributedType( in handleObjCOwnershipTypeAttr()
6700 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr()
6803 type = state.getAttributedType( in handleObjCGCTypeAttr()
7072 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee)); in handleMSPointerTypeQualifierAttr()
7103 QT = State.getAttributedType(A, QT, S.Context.getPointerType(Pointee)); in HandleWebAssemblyFuncrefAttr()
[all …]
HDSemaWasm.cpp77 Type = Context.getAttributedType(attr::WebAssemblyFuncref, Type, in BuiltinWasmRefNullFunc()
HDSemaExprObjC.cpp553 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
607 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
1446 return Context.getAttributedType( in stripObjCInstanceType()
1487 return Context.getAttributedType( in getBaseMessageSendResultType()
1561 NewResultType = Context.getAttributedType( in getMessageSendResultType()
1625 return Context.getAttributedType( in getMessageSendResultType()
HDSemaObjCProperty.cpp2463 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2541 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
HDSemaExprMember.cpp1876 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
HDSemaDeclObjC.cpp4580 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
HDTreeTransform.h7365 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
HDSemaDecl.cpp3347 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
HDSemaExpr.cpp8700 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTDiagnostic.cpp88 RT = Context.getAttributedType( in desugarForDiagnostic()
100 PT = Context.getAttributedType( in desugarForDiagnostic()
HDType.cpp1244 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1547 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
HDASTContext.cpp3548 return getAttributedType( in getFunctionTypeWithExceptionSpec()
5162 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext
7399 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
13563 return Ctx.getAttributedType(Kind, Ctx.getCommonSugaredType(MX, MY), in getCommonSugarTypeNode()
HDASTImporter.cpp1540 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td673 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
HDASTContext.h1665 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,