Home
last modified time | relevance | path

Searched refs:kind_nonatomic (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjCCommon.h30 kind_nonatomic = 0x40, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp294 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in makePropertyAttributesAsWritten()
295 attributesAsWritten |= ObjCPropertyAttribute::kind_nonatomic; in makePropertyAttributesAsWritten()
342 ObjCPropertyAttribute::kind_nonatomic) == 0; in checkAtomicPropertyMismatch()
344 ObjCPropertyAttribute::kind_nonatomic) == 0; in checkAtomicPropertyMismatch()
356 if (Attrs & ObjCPropertyAttribute::kind_nonatomic) in checkAtomicPropertyMismatch()
370 ObjCPropertyAttribute::kind_nonatomic); in checkAtomicPropertyMismatch()
378 Attrs |= ObjCPropertyAttribute::kind_nonatomic; in checkAtomicPropertyMismatch()
666 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in CreatePropertyDecl()
667 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in CreatePropertyDecl()
1104 ObjCPropertyAttribute::kind_nonatomic)) == 0) { in ActOnPropertyImplDecl()
[all …]
HDSemaCodeComplete.cpp7532 ObjCPropertyAttribute::kind_nonatomic)) in CodeCompleteObjCPropertyFlags()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1615 ObjCPropertyAttribute::kind_nonatomic) { in VisitObjCPropertyDecl()
HDJSONNodeDumper.cpp1205 Attrs & ObjCPropertyAttribute::kind_nonatomic); in VisitObjCPropertyDecl()
HDTextNodeDumper.cpp2820 if (Attrs & ObjCPropertyAttribute::kind_nonatomic) in VisitObjCPropertyDecl()
HDASTContext.cpp8363 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1486 RenderAttribute(ObjCPropertyAttribute::kind_nonatomic, "nonatomic"); in getFragmentsForObjCProperty()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp794 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) && in RewritePropertyImplDecl()
875 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in RewritePropertyImplDecl()
HDRewriteModernObjC.cpp946 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) && in RewritePropertyImplDecl()
1027 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in RewritePropertyImplDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp932 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in ParseObjCPropertyAttribute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp8072 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in AddObjCClassProperty()