Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp923 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local
924 if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic | in ActOnPropertyImplDecl()
942 (PIkind & ObjCPropertyDecl::OBJC_PR_readonly) && in ActOnPropertyImplDecl()
952 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
953 if (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite) { in ActOnPropertyImplDecl()