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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
   85       attr = ObjCPropertyDecl::OBJC_PR_strong;
   87       attr = ObjCPropertyDecl::OBJC_PR_weak;
   90       attr = ObjCPropertyDecl::OBJC_PR_unsafe_unretained;
   92     property->setPropertyAttributes(attr);