Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjCCommon.h27 kind_readwrite = 0x08, enumerator
/netbsd-src/external/apache2/llvm/dist/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()
459 (Attributes & ObjCPropertyAttribute::kind_readwrite) && in HandlePropertyInClassExtension()
461 ObjCPropertyAttribute::kind_readwrite) in HandlePropertyInClassExtension()
660 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in CreatePropertyDecl()
1147 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl()
1651 (SAttr & ObjCPropertyAttribute::kind_readwrite)) in DiagnosePropertyMismatch()
1951 ObjCPropertyAttribute::kind_readwrite) && in DefaultSynthesizeProperties()
2216 !(Attributes & ObjCPropertyAttribute::kind_readwrite)) in AtomicPropertySetterGetterRules()
[all …]
H A DSemaCodeComplete.cpp6780 (Attributes & ObjCPropertyAttribute::kind_readwrite)) in ObjCPropertyFlagConflicts()
6822 ObjCPropertyAttribute::kind_readwrite)) in CodeCompleteObjCPropertyFlags()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1534 ObjCPropertyAttribute::kind_readwrite) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1026 Attrs & ObjCPropertyAttribute::kind_readwrite); in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2239 if (Attrs & ObjCPropertyAttribute::kind_readwrite) in VisitObjCPropertyDecl()
H A DDeclObjC.cpp151 ObjCPropertyAttribute::kind_readwrite) in HasUserDeclaredSetterMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp874 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readwrite); in ParseObjCPropertyAttribute()