Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5054 T = state.getAttributedType( in GetFullTypeForDeclarator()
6953 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute()
7104 type = state.getAttributedType( in handleObjCOwnershipTypeAttr()
7117 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr()
7220 type = state.getAttributedType( in handleObjCGCTypeAttr()
7667 QT = State->getAttributedType(A, QT, QT); in CheckNullabilityTypeSpecifier()
7706 type = state.getAttributedType( in checkObjCKindOfType()
7747 type = state.getAttributedType( in checkObjCKindOfType()
8029 type = state.getAttributedType( in handleFunctionTypeAttr()
8784 CurType = State.getAttributedType( in HandleLifetimeBoundAttr()
[all …]
H A DSemaExprObjC.cpp544 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
598 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
1433 return Context.getAttributedType( in stripObjCInstanceType()
1474 return Context.getAttributedType( in getBaseMessageSendResultType()
1549 NewResultType = Context.getAttributedType( in getMessageSendResultType()
1613 return Context.getAttributedType( in getMessageSendResultType()
H A DSemaObjCProperty.cpp2480 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2556 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
H A DSemaExprMember.cpp1886 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
H A DSemaDeclObjC.cpp4572 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
H A DTreeTransform.h7110 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
H A DSemaDecl.cpp3490 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
H A DSemaChecking.cpp8424 Type = Context.getAttributedType(attr::WebAssemblyFuncref, Type, in BuiltinWasmRefNullFunc()
H A DSemaExpr.cpp9693 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp88 RT = Context.getAttributedType( in desugarForDiagnostic()
100 PT = Context.getAttributedType( in desugarForDiagnostic()
H A DType.cpp1182 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1485 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
H A DASTContext.cpp3167 return getAttributedType( in getFunctionTypeWithExceptionSpec()
4747 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext
6951 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
13050 return Ctx.getAttributedType(Kind, Ctx.getCommonSugaredType(MX, MY), in getCommonSugarTypeNode()
H A DASTImporter.cpp1514 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td626 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1603 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,