Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp215 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension() local
216 if (isReadWrite && (PIkind & ObjCPropertyDecl::OBJC_PR_readonly)) { in HandlePropertyInClassExtension()
223 (PIkind & retainCopyNonatomic)) { in HandlePropertyInClassExtension()
237 PIkind); in HandlePropertyInClassExtension()
263 (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite) in HandlePropertyInClassExtension()
540 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl() local
541 if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic | in ActOnPropertyImplDecl()