Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjCCommon.h27 kind_readwrite = 0x08, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty()
276 if (Attributes & ObjCPropertyAttribute::kind_readwrite) in makePropertyAttributesAsWritten()
277 attributesAsWritten |= ObjCPropertyAttribute::kind_readwrite; in makePropertyAttributesAsWritten()
450 (Attributes & ObjCPropertyAttribute::kind_readwrite) && in HandlePropertyInClassExtension()
452 ObjCPropertyAttribute::kind_readwrite) in HandlePropertyInClassExtension()
645 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in CreatePropertyDecl()
1129 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl()
1628 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()
1928 ObjCPropertyAttribute::kind_readwrite) && in DefaultSynthesizeProperties()
2193 !(Attributes & ObjCPropertyAttribute::kind_readwrite)) in AtomicPropertySetterGetterRules()
[all …]
HDSemaCodeComplete.cpp7478 (Attributes & ObjCPropertyAttribute::kind_readwrite)) in ObjCPropertyFlagConflicts()
7521 ObjCPropertyAttribute::kind_readwrite)) in CodeCompleteObjCPropertyFlags()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1652 ObjCPropertyAttribute::kind_readwrite) { in VisitObjCPropertyDecl()
HDDeclObjC.cpp152 ObjCPropertyAttribute::kind_readwrite) in HasUserDeclaredSetterMethod()
HDJSONNodeDumper.cpp1201 Attrs & ObjCPropertyAttribute::kind_readwrite); in VisitObjCPropertyDecl()
HDTextNodeDumper.cpp2814 if (Attrs & ObjCPropertyAttribute::kind_readwrite) in VisitObjCPropertyDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1495 RenderAttribute(ObjCPropertyAttribute::kind_readwrite, "readwrite"); in getFragmentsForObjCProperty()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp924 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in ParseObjCPropertyAttribute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp8064 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in AddObjCClassProperty()