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

References

tools/clang/include/clang/AST/DeclObjC.h
  874             (OBJC_PR_retain | OBJC_PR_strong | OBJC_PR_copy));
  896     if (PropertyAttributes & OBJC_PR_retain)
tools/clang/lib/ARCMigrate/TransProperties.cpp
  179     if (propAttrs & ObjCPropertyDecl::OBJC_PR_retain) {
tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  124                 (ObjCPropertyDecl::OBJC_PR_retain |
tools/clang/lib/AST/ASTContext.cpp
 6558     if (PD->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain)
tools/clang/lib/AST/DeclPrinter.cpp
 1487     if (PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_retain) {
tools/clang/lib/AST/JSONNodeDumper.cpp
 1006     attributeOnlyIfTrue("retain", Attrs & ObjCPropertyDecl::OBJC_PR_retain);
tools/clang/lib/AST/TextNodeDumper.cpp
 1908     if (Attrs & ObjCPropertyDecl::OBJC_PR_retain)
tools/clang/lib/CodeGen/CGObjCGNU.cpp
  258       attrs &= ~ObjCPropertyDecl::OBJC_PR_retain;
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  945                           (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
 1005   bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  792                           (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
  851   bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
tools/clang/lib/Sema/SemaObjCProperty.cpp
   43   if (attrs & (ObjCPropertyDecl::OBJC_PR_retain |
  157    ObjCPropertyDecl::OBJC_PR_retain |
  294     attributesAsWritten |= ObjCPropertyDecl::OBJC_PR_retain;
  668     PDecl->setPropertyAttributes(ObjCPropertyDecl::OBJC_PR_retain);
  901       bool HasOwnership = (Attr & (ObjCPropertyDecl::OBJC_PR_retain |
  915                               ObjCPropertyDecl::OBJC_PR_retain |
  917         Diag(OriginalAttributes & (ObjCPropertyDecl::OBJC_PR_retain |
 1603          (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong));
 1606          (ObjCPropertyDecl::OBJC_PR_retain | ObjCPropertyDecl::OBJC_PR_strong));
tools/clang/tools/libclang/CIndex.cpp
 8109   SET_CXOBJCPROP_ATTR(retain);
tools/lldb/source/Symbol/ClangASTContext.cpp
 8466               clang::ObjCPropertyDecl::OBJC_PR_retain);