Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp938 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local
939 if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic | in ActOnPropertyImplDecl()
957 (PIkind & ObjCPropertyDecl::OBJC_PR_readonly) && in ActOnPropertyImplDecl()
967 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
968 if (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite) { in ActOnPropertyImplDecl()