Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h27 kind_readwrite = 0x08, enumerator
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp186 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty()
274 if (Attributes & ObjCPropertyAttribute::kind_readwrite) in makePropertyAttributesAsWritten()
275 attributesAsWritten |= ObjCPropertyAttribute::kind_readwrite; in makePropertyAttributesAsWritten()
448 (Attributes & ObjCPropertyAttribute::kind_readwrite) && in HandlePropertyInClassExtension()
450 ObjCPropertyAttribute::kind_readwrite) in HandlePropertyInClassExtension()
643 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in CreatePropertyDecl()
1127 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl()
1626 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()
1926 ObjCPropertyAttribute::kind_readwrite) && in DefaultSynthesizeProperties()
2191 !(Attributes & ObjCPropertyAttribute::kind_readwrite)) in AtomicPropertySetterGetterRules()
[all...]
H A DSemaCodeComplete.cpp7618 (Attributes & ObjCPropertyAttribute::kind_readwrite))
7661 ObjCPropertyAttribute::kind_readwrite)) in AddObjCMethods()
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1505 RenderAttribute(ObjCPropertyAttribute::kind_readwrite, "readwrite"); in getFragmentsForObjCProperty()
/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1653 ObjCPropertyAttribute::kind_readwrite) { in VisitObjCPropertyDecl()
H A DDeclObjC.cpp150 ObjCPropertyAttribute::kind_readwrite) in HasUserDeclaredSetterMethod()
H A DJSONNodeDumper.cpp1205 Attrs & ObjCPropertyAttribute::kind_readwrite); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2925 if (Attrs & ObjCPropertyAttribute::kind_readwrite)
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp925 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in ParseObjCPropertyAttribute()
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8072 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in AddObjCClassProperty()