Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1120 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local
1121 if ((PIkind & (ObjCPropertyAttribute::kind_atomic | in ActOnPropertyImplDecl()
1138 if (Synthesize && (PIkind & ObjCPropertyAttribute::kind_readonly) && in ActOnPropertyImplDecl()
1146 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
1147 if (PIkind & ObjCPropertyAttribute::kind_readwrite) { in ActOnPropertyImplDecl()