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

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

Completed in 57 milliseconds