/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 280 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 D | SemaWasm.cpp | 77 Type = Context.getAttributedType(attr::WebAssemblyFuncref, Type, in BuiltinWasmRefNullFunc()
|
H A D | SemaExprObjC.cpp | 553 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 D | SemaObjCProperty.cpp | 2463 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl() 2541 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
|
H A D | SemaExprMember.cpp | 1876 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
|
H A D | SemaDeclObjC.cpp | 4580 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
H A D | TreeTransform.h | 7365 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
|
H A D | SemaDecl.cpp | 3347 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
H A D | SemaExpr.cpp | 8700 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
|
/freebsd/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 | 1244 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS() 1547 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
|
H A D | ASTContext.cpp | 3548 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 D | ASTImporter.cpp | 1540 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 673 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
|
H A D | ASTContext.h | 1665 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
|