Searched refs:getAttributedType (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4875 T = state.getAttributedType( in GetFullTypeForDeclarator() 6701 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute() 6850 type = state.getAttributedType( in handleObjCOwnershipTypeAttr() 6863 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr() 6966 type = state.getAttributedType( in handleObjCGCTypeAttr() 7363 type = state.getAttributedType( in checkNullabilityTypeSpecifier() 7376 type = state.getAttributedType( in checkObjCKindOfType() 7417 type = state.getAttributedType( in checkObjCKindOfType() 7628 type = state.getAttributedType( in handleFunctionTypeAttr() 8221 CurType = State.getAttributedType( in HandleLifetimeBoundAttr() [all …]
|
| H A D | SemaExprObjC.cpp | 543 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()
|
| H A D | SemaObjCProperty.cpp | 2484 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl() 2563 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
|
| H A D | SemaExprMember.cpp | 1852 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
|
| H A D | SemaDeclObjC.cpp | 4561 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
| H A D | TreeTransform.h | 6886 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
|
| H A D | SemaDecl.cpp | 3342 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
| H A D | SemaExpr.cpp | 9107 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 87 RT = Context.getAttributedType( in desugarForDiagnostic() 99 PT = Context.getAttributedType( in desugarForDiagnostic()
|
| H A D | Type.cpp | 1156 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS() 1458 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
|
| H A D | ASTContext.cpp | 3183 return getAttributedType( in getFunctionTypeWithExceptionSpec() 4704 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext 6868 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
|
| H A D | ASTImporter.cpp | 1507 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 618 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
|
| H A D | ASTContext.h | 1610 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
|