Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4875 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 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()
H A DSemaObjCProperty.cpp2484 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2563 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
H A DSemaExprMember.cpp1852 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
H A DSemaDeclObjC.cpp4561 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
H A DTreeTransform.h6886 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
H A DSemaDecl.cpp3342 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
H A DSemaExpr.cpp9107 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp87 RT = Context.getAttributedType( in desugarForDiagnostic()
99 PT = Context.getAttributedType( in desugarForDiagnostic()
H A DType.cpp1156 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1458 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
H A DASTContext.cpp3183 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 DASTImporter.cpp1507 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td618 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1610 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,