Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp258 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anonc6f7a84e0111::TypeProcessingState
261 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType); in getAttributedType()
4722 T = state.getAttributedType( in GetFullTypeForDeclarator()
6480 T = State.getAttributedType(ASAttr, Type, EquivType); in HandleAddressSpaceTypeAttribute()
6482 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute()
6629 type = state.getAttributedType( in handleObjCOwnershipTypeAttr()
6642 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr()
6745 type = state.getAttributedType( in handleObjCGCTypeAttr()
7008 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee)); in handleMSPointerTypeQualifierAttr()
7142 type = state.getAttributedType( in checkNullabilityTypeSpecifier()
[all …]
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()
DSemaObjCProperty.cpp2493 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2572 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
DSemaExprMember.cpp1820 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
DSemaDeclObjC.cpp4551 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
DTreeTransform.h6685 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
DSemaDecl.cpp3031 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
/external/clang/lib/Sema/
DSemaType.cpp3800 T = Context.getAttributedType( in GetFullTypeForDeclarator()
5487 type = S.Context.getAttributedType( in handleObjCOwnershipTypeAttr()
5500 type = S.Context.getAttributedType(AttributedType::attr_objc_ownership, in handleObjCOwnershipTypeAttr()
5602 type = S.Context.getAttributedType(AttributedType::attr_objc_gc, in handleObjCGCTypeAttr()
5807 Type = S.Context.getAttributedType(TAK, Type, Type); in handleMSPointerTypeQualifierAttr()
5911 type = Context.getAttributedType( in checkNullabilityTypeSpecifier()
5943 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType()
5948 type = Context.getAttributedType(AttributedType::attr_objc_kindof, in checkObjCKindOfType()
6242 type = S.Context.getAttributedType(CCAttrKind, type, Equivalent); in handleFunctionTypeAttr()
DSemaObjCProperty.cpp2219 resultTy = Context.getAttributedType(AttributedType::attr_nonnull, in ProcessPropertyDecl()
2293 paramTy = Context.getAttributedType(AttributedType::attr_nullable, in ProcessPropertyDecl()
DSemaExprObjC.cpp1255 return Context.getAttributedType( in stripObjCInstanceType()
1296 return Context.getAttributedType( in getBaseMessageSendResultType()
1396 return Context.getAttributedType( in getMessageSendResultType()
DSemaDeclObjC.cpp4229 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
DTreeTransform.h5756 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
DSemaDecl.cpp2579 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
/external/clang/lib/AST/
DASTDiagnostic.cpp77 RT = Context.getAttributedType( in Desugar()
89 PT = Context.getAttributedType( in Desugar()
DType.cpp941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
DASTContext.cpp2273 return Context.getAttributedType( in getFunctionTypeWithExceptionSpec()
3259 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() function in ASTContext
DASTImporter.cpp1893 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/external/llvm-project/clang/lib/AST/
DASTDiagnostic.cpp80 RT = Context.getAttributedType( in Desugar()
92 PT = Context.getAttributedType( in Desugar()
DType.cpp1150 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS()
1452 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
DASTContext.cpp3044 return getAttributedType( in getFunctionTypeWithExceptionSpec()
4492 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext
6121 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
DASTImporter.cpp1426 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td601 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
DASTContext.h1441 QualType getAttributedType(attr::Kind attrKind,
/external/clang/include/clang/AST/
DASTContext.h1224 QualType getAttributedType(AttributedType::Kind attrKind,
/external/clang/lib/Serialization/
DASTReader.cpp5491 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()

12