reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1088     if ((PIkind & (ObjCPropertyDecl::OBJC_PR_atomic |
 1106         (PIkind & ObjCPropertyDecl::OBJC_PR_readonly) &&
 1116             PIkind = ExtProp->getPropertyAttributesAsWritten();
 1117             if (PIkind & ObjCPropertyDecl::OBJC_PR_readwrite) {