Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h32 kind_atomic = 0x100, enumerator
H A DDeclObjC.h843 return (PropertyAttributes & ObjCPropertyAttribute::kind_atomic); in isAtomic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp296 if (Attributes & ObjCPropertyAttribute::kind_atomic) in makePropertyAttributesAsWritten()
297 attributesAsWritten |= ObjCPropertyAttribute::kind_atomic; in makePropertyAttributesAsWritten()
361 ObjCPropertyAttribute::kind_atomic) in checkAtomicPropertyMismatch()
369 const unsigned AtomicityMask = (ObjCPropertyAttribute::kind_atomic | in checkAtomicPropertyMismatch()
376 Attrs |= ObjCPropertyAttribute::kind_atomic; in checkAtomicPropertyMismatch()
669 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in CreatePropertyDecl()
914 ObjCPropertyAttribute::kind_atomic)) { in SelectPropertyForSynthesisFromProtocols()
915 Diag(OriginalAttributes & ObjCPropertyAttribute::kind_atomic, "atomic"); in SelectPropertyForSynthesisFromProtocols()
1103 if ((PIkind & (ObjCPropertyAttribute::kind_atomic | in ActOnPropertyImplDecl()
1517 ObjCPropertyAttribute::kind_atomic) { in ActOnPropertyImplDecl()
[all …]
H A DSemaCodeComplete.cpp7535 ObjCPropertyAttribute::kind_atomic)) in CodeCompleteObjCPropertyFlags()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1487 RenderAttribute(ObjCPropertyAttribute::kind_atomic, "atomic"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1619 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1206 attributeOnlyIfTrue("atomic", Attrs & ObjCPropertyAttribute::kind_atomic); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2822 if (Attrs & ObjCPropertyAttribute::kind_atomic) in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3690 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicSetterCopyHelperFunction()
3790 if ((!(PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_atomic))) in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp934 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_atomic); in ParseObjCPropertyAttribute()