Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h32 kind_atomic = 0x100, enumerator
DDeclObjC.h861 return (PropertyAttributes & ObjCPropertyAttribute::kind_atomic); in isAtomic()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp303 if (Attributes & ObjCPropertyAttribute::kind_atomic) in makePropertyAttributesAsWritten()
304 attributesAsWritten |= ObjCPropertyAttribute::kind_atomic; in makePropertyAttributesAsWritten()
368 ObjCPropertyAttribute::kind_atomic) in checkAtomicPropertyMismatch()
376 const unsigned AtomicityMask = (ObjCPropertyAttribute::kind_atomic | in checkAtomicPropertyMismatch()
383 Attrs |= ObjCPropertyAttribute::kind_atomic; in checkAtomicPropertyMismatch()
691 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in CreatePropertyDecl()
936 ObjCPropertyAttribute::kind_atomic)) { in SelectPropertyForSynthesisFromProtocols()
937 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_atomic, "atomic"); in SelectPropertyForSynthesisFromProtocols()
1128 if ((PIkind & (ObjCPropertyAttribute::kind_atomic | in ActOnPropertyImplDecl()
1548 ObjCPropertyAttribute::kind_atomic) { in ActOnPropertyImplDecl()
[all …]
DSemaCodeComplete.cpp6674 ObjCPropertyAttribute::kind_atomic)) in CodeCompleteObjCPropertyFlags()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1467 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1030 attributeOnlyIfTrue("atomic", Attrs & ObjCPropertyAttribute::kind_atomic); in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2245 if (Attrs & ObjCPropertyAttribute::kind_atomic) in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp3619 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
3703 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp880 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in ParseObjCPropertyAttribute()