Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4947 T = state.getAttributedType( in GetFullTypeForDeclarator()
6794 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute()
6945 type = state.getAttributedType( in handleObjCOwnershipTypeAttr()
6958 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr()
7061 type = state.getAttributedType( in handleObjCGCTypeAttr()
7464 type = state.getAttributedType( in checkNullabilityTypeSpecifier()
7477 type = state.getAttributedType( in checkObjCKindOfType()
7518 type = state.getAttributedType( in checkObjCKindOfType()
7729 type = state.getAttributedType( in handleFunctionTypeAttr()
8322 CurType = State.getAttributedType( in HandleLifetimeBoundAttr()
[all …]
H A DSemaExprObjC.cpp544 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
598 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
1432 return Context.getAttributedType( in stripObjCInstanceType()
1473 return Context.getAttributedType( in getBaseMessageSendResultType()
1548 NewResultType = Context.getAttributedType( in getMessageSendResultType()
1612 return Context.getAttributedType( in getMessageSendResultType()
H A DSemaObjCProperty.cpp2481 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2560 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
H A DSemaExprMember.cpp1843 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
H A DSemaDeclObjC.cpp4573 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
H A DTreeTransform.h6998 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
H A DSemaDecl.cpp3418 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
H A DSemaExpr.cpp9353 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp87 RT = Context.getAttributedType( in desugarForDiagnostic()
99 PT = Context.getAttributedType( in desugarForDiagnostic()
H A DType.cpp1160 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1463 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
H A DASTContext.cpp3206 return getAttributedType( in getFunctionTypeWithExceptionSpec()
4768 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext
6944 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
12900 return Ctx.getAttributedType(Kind, Ctx.getCommonSugaredType(MX, MY), in getCommonSugarTypeNode()
H A DASTImporter.cpp1503 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td622 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1584 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,