Home
last modified time | relevance | path

Searched refs:kind_unsafe_unretained (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h35 kind_unsafe_unretained = 0x800, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp48 } else if (attrs & ObjCPropertyAttribute::kind_unsafe_unretained) { in getImpliedARCOwnership()
88 attr = ObjCPropertyAttribute::kind_unsafe_unretained; in checkPropertyDeclWithOwnership()
143 return ObjCPropertyAttribute::kind_unsafe_unretained; in deducePropertyOwnershipFromType()
158 ObjCPropertyAttribute::kind_unsafe_unretained);
166 ObjCPropertyAttribute::kind_unsafe_unretained)) { in getOwnershipRule()
168 ObjCPropertyAttribute::kind_unsafe_unretained; in getOwnershipRule()
299 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in makePropertyAttributesAsWritten()
300 attributesAsWritten |= ObjCPropertyAttribute::kind_unsafe_unretained; in makePropertyAttributesAsWritten()
587 ObjCPropertyAttribute::kind_unsafe_unretained)) { in CreatePropertyDecl()
681 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in CreatePropertyDecl()
[all …]
DSemaCodeComplete.cpp6625 ObjCPropertyAttribute::kind_unsafe_unretained | in ObjCPropertyFlagConflicts()
6630 AssignCopyRetMask != ObjCPropertyAttribute::kind_unsafe_unretained && in ObjCPropertyFlagConflicts()
6657 ObjCPropertyAttribute::kind_unsafe_unretained)) in CodeCompleteObjCPropertyFlags()
/external/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp174 ObjCPropertyAttribute::kind_unsafe_unretained | in rewriteProperty()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1494 ObjCPropertyAttribute::kind_unsafe_unretained) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1034 Attrs & ObjCPropertyAttribute::kind_unsafe_unretained); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2251 if (Attrs & ObjCPropertyAttribute::kind_unsafe_unretained) in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp868 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained); in ParseObjCPropertyAttribute()