reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1901 if (Attrs != ObjCPropertyDecl::OBJC_PR_noattr) { 1902 if (Attrs & ObjCPropertyDecl::OBJC_PR_readonly) 1904 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign) 1906 if (Attrs & ObjCPropertyDecl::OBJC_PR_readwrite) 1908 if (Attrs & ObjCPropertyDecl::OBJC_PR_retain) 1910 if (Attrs & ObjCPropertyDecl::OBJC_PR_copy) 1912 if (Attrs & ObjCPropertyDecl::OBJC_PR_nonatomic) 1914 if (Attrs & ObjCPropertyDecl::OBJC_PR_atomic) 1916 if (Attrs & ObjCPropertyDecl::OBJC_PR_weak) 1918 if (Attrs & ObjCPropertyDecl::OBJC_PR_strong) 1920 if (Attrs & ObjCPropertyDecl::OBJC_PR_unsafe_unretained) 1922 if (Attrs & ObjCPropertyDecl::OBJC_PR_class) 1924 if (Attrs & ObjCPropertyDecl::OBJC_PR_getter) 1926 if (Attrs & ObjCPropertyDecl::OBJC_PR_setter)