Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h30 kind_nonatomic = 0x40, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp301 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in makePropertyAttributesAsWritten()
302 attributesAsWritten |= ObjCPropertyAttribute::kind_nonatomic; in makePropertyAttributesAsWritten()
349 ObjCPropertyAttribute::kind_nonatomic) == 0; in checkAtomicPropertyMismatch()
351 ObjCPropertyAttribute::kind_nonatomic) == 0; in checkAtomicPropertyMismatch()
363 if (Attrs & ObjCPropertyAttribute::kind_nonatomic) in checkAtomicPropertyMismatch()
377 ObjCPropertyAttribute::kind_nonatomic); in checkAtomicPropertyMismatch()
385 Attrs |= ObjCPropertyAttribute::kind_nonatomic; in checkAtomicPropertyMismatch()
688 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in CreatePropertyDecl()
689 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in CreatePropertyDecl()
1129 ObjCPropertyAttribute::kind_nonatomic)) == 0) { in ActOnPropertyImplDecl()
[all …]
DSemaCodeComplete.cpp6671 ObjCPropertyAttribute::kind_nonatomic)) in CodeCompleteObjCPropertyFlags()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1463 ObjCPropertyAttribute::kind_nonatomic) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1029 Attrs & ObjCPropertyAttribute::kind_nonatomic); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2243 if (Attrs & ObjCPropertyAttribute::kind_nonatomic) in VisitObjCPropertyDecl()
DASTContext.cpp7075 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_nonatomic) in getObjCEncodingForPropertyDecl()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp794 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) && in RewritePropertyImplDecl()
875 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in RewritePropertyImplDecl()
DRewriteModernObjC.cpp946 !(Attributes & ObjCPropertyAttribute::kind_nonatomic) && in RewritePropertyImplDecl()
1027 if (Attributes & ObjCPropertyAttribute::kind_nonatomic) in RewritePropertyImplDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp878 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in ParseObjCPropertyAttribute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7733 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_nonatomic); in AddObjCClassProperty()