Searched refs:getAttributedType (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 258 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 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 | 2485 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl() 2564 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
|
H A D | SemaExprMember.cpp | 1819 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
|
H A D | SemaDeclObjC.cpp | 4553 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
H A D | TreeTransform.h | 6770 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
|
H A D | SemaDecl.cpp | 3044 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
H A D | SemaExpr.cpp | 8706 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 80 RT = Context.getAttributedType( in Desugar() 92 PT = Context.getAttributedType( in Desugar()
|
H A D | Type.cpp | 1150 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS() 1452 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
|
H A D | ASTContext.cpp | 3087 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 D | ASTImporter.cpp | 1441 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TypeProperties.td | 605 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
|
H A D | ASTContext.h | 1484 QualType getAttributedType(attr::Kind attrKind,
|