Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp258 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anonfc6727220111::TypeProcessingState
261 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType); in getAttributedType()
4759 T = state.getAttributedType( in GetFullTypeForDeclarator()
6517 T = State.getAttributedType(ASAttr, Type, EquivType); in HandleAddressSpaceTypeAttribute()
6519 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute()
6668 type = state.getAttributedType( in handleObjCOwnershipTypeAttr()
6681 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr()
6784 type = state.getAttributedType( in handleObjCGCTypeAttr()
7047 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee)); in handleMSPointerTypeQualifierAttr()
7181 type = state.getAttributedType( in checkNullabilityTypeSpecifier()
[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.cpp2485 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2564 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
H A DSemaExprMember.cpp1819 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
H A DSemaDeclObjC.cpp4553 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
H A DTreeTransform.h6770 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
H A DSemaDecl.cpp3044 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
H A DSemaExpr.cpp8706 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp80 RT = Context.getAttributedType( in Desugar()
92 PT = Context.getAttributedType( in Desugar()
H A DType.cpp1150 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1452 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
H A DASTContext.cpp3087 return getAttributedType( in getFunctionTypeWithExceptionSpec()
4562 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext
6190 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
H A DASTImporter.cpp1441 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
H A DASTContext.h1484 QualType getAttributedType(attr::Kind attrKind,