Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h35 kind_unsafe_unretained = 0x800, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp49 } else if (attrs & ObjCPropertyAttribute::kind_unsafe_unretained) { in getImpliedARCOwnership()
89 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()
292 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in makePropertyAttributesAsWritten()
293 attributesAsWritten |= ObjCPropertyAttribute::kind_unsafe_unretained; in makePropertyAttributesAsWritten()
565 ObjCPropertyAttribute::kind_unsafe_unretained)) { in CreatePropertyDecl()
659 if (Attributes & ObjCPropertyAttribute::kind_unsafe_unretained) in CreatePropertyDecl()
[all …]
H A DSemaCodeComplete.cpp7485 ObjCPropertyAttribute::kind_unsafe_unretained | in ObjCPropertyFlagConflicts()
7490 AssignCopyRetMask != ObjCPropertyAttribute::kind_unsafe_unretained && in ObjCPropertyFlagConflicts()
7518 ObjCPropertyAttribute::kind_unsafe_unretained)) in CodeCompleteObjCPropertyFlags()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp174 ObjCPropertyAttribute::kind_unsafe_unretained | in rewriteProperty()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1493 RenderAttribute(ObjCPropertyAttribute::kind_unsafe_unretained, in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1646 ObjCPropertyAttribute::kind_unsafe_unretained) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1210 Attrs & ObjCPropertyAttribute::kind_unsafe_unretained); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2828 if (Attrs & ObjCPropertyAttribute::kind_unsafe_unretained) in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp922 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_unsafe_unretained); in ParseObjCPropertyAttribute()