Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp259 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anon9b3187af0111::TypeProcessingState
262 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType); in getAttributedType()
4792 T = state.getAttributedType( in GetFullTypeForDeclarator()
6550 T = State.getAttributedType(ASAttr, Type, EquivType); in HandleAddressSpaceTypeAttribute()
6552 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute()
6701 type = state.getAttributedType( in handleObjCOwnershipTypeAttr()
6714 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr()
6817 type = state.getAttributedType( in handleObjCGCTypeAttr()
7080 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee)); in handleMSPointerTypeQualifierAttr()
7214 type = state.getAttributedType( in checkNullabilityTypeSpecifier()
[all …]
DSemaExprObjC.cpp543 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
597 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
1434 return Context.getAttributedType( in stripObjCInstanceType()
1475 return Context.getAttributedType( in getBaseMessageSendResultType()
1550 NewResultType = Context.getAttributedType( in getMessageSendResultType()
1614 return Context.getAttributedType( in getMessageSendResultType()
DSemaObjCProperty.cpp2484 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2563 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
DSemaExprMember.cpp1820 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
DSemaDeclObjC.cpp4553 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
DTreeTransform.h6793 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
DSemaDecl.cpp3096 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
DSemaExpr.cpp8770 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTDiagnostic.cpp81 RT = Context.getAttributedType( in Desugar()
93 PT = Context.getAttributedType( in Desugar()
DType.cpp1150 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1452 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
DASTContext.cpp3102 return getAttributedType( in getFunctionTypeWithExceptionSpec()
4577 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext
6209 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
DASTImporter.cpp1459 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeProperties.td605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
DASTContext.h1529 QualType getAttributedType(attr::Kind attrKind,