Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp280 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anonc2847d970111::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 …]
H A DSemaWasm.cpp77 Type = Context.getAttributedType(attr::WebAssemblyFuncref, Type, in BuiltinWasmRefNullFunc()
H A DSemaExprObjC.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()
H A DSemaObjCProperty.cpp2463 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2541 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
H A DSemaExprMember.cpp1876 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
H A DSemaDeclObjC.cpp4580 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
H A DTreeTransform.h7365 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
H A DSemaDecl.cpp3347 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
H A DSemaExpr.cpp8700 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp88 RT = Context.getAttributedType( in desugarForDiagnostic()
100 PT = Context.getAttributedType( in desugarForDiagnostic()
H A DType.cpp1244 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1547 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
H A DASTContext.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()
H A DASTImporter.cpp1540 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td673 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1665 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,