Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h27 kind_readwrite = 0x08, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.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 …]
H A DSemaCodeComplete.cpp7478 (Attributes & ObjCPropertyAttribute::kind_readwrite)) in ObjCPropertyFlagConflicts()
7521 ObjCPropertyAttribute::kind_readwrite)) in CodeCompleteObjCPropertyFlags()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1495 RenderAttribute(ObjCPropertyAttribute::kind_readwrite, "readwrite"); in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1652 ObjCPropertyAttribute::kind_readwrite) { in VisitObjCPropertyDecl()
H A DDeclObjC.cpp152 ObjCPropertyAttribute::kind_readwrite) in HasUserDeclaredSetterMethod()
H A DJSONNodeDumper.cpp1201 Attrs & ObjCPropertyAttribute::kind_readwrite); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2814 if (Attrs & ObjCPropertyAttribute::kind_readwrite) in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp924 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8064 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in AddObjCClassProperty()