Searched refs:getAttributedType (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5054 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 D | SemaExprObjC.cpp | 544 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 D | SemaObjCProperty.cpp | 2480 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl() 2556 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
|
| H A D | SemaExprMember.cpp | 1886 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
|
| H A D | SemaDeclObjC.cpp | 4572 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
| H A D | TreeTransform.h | 7110 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
|
| H A D | SemaDecl.cpp | 3490 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
| H A D | SemaChecking.cpp | 8424 Type = Context.getAttributedType(attr::WebAssemblyFuncref, Type, in BuiltinWasmRefNullFunc()
|
| H A D | SemaExpr.cpp | 9693 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 88 RT = Context.getAttributedType( in desugarForDiagnostic() 100 PT = Context.getAttributedType( in desugarForDiagnostic()
|
| H A D | Type.cpp | 1182 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS() 1485 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
|
| H A D | ASTContext.cpp | 3167 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 D | ASTImporter.cpp | 1514 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 626 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
|
| H A D | ASTContext.h | 1603 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
|