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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1599         case clang::OMF_copy:
tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  296       case OMF_copy:
tools/clang/lib/AST/DeclObjC.cpp
  997     case ObjCMethodFamilyAttr::OMF_copy: family = OMF_copy; break;
 1020   case OMF_copy:
tools/clang/lib/Analysis/RetainSummaryManager.cpp
 1041           case OMF_copy:
 1060     case OMF_copy:
tools/clang/lib/Basic/IdentifierTable.cpp
  537     if (startsWithWord(name, "copy")) return OMF_copy;
tools/clang/lib/Sema/SemaDeclObjC.cpp
  267   case OMF_copy:
  425     case OMF_copy:
 2525   case OMF_copy: familySelector = F_copy; break;
 4743     case OMF_copy:
tools/clang/lib/Sema/SemaExprObjC.cpp
 1223     case OMF_copy:
 3051     case OMF_copy:
 3084               case OMF_copy:
 3524       case OMF_copy:
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2219       if (family == OMF_alloc || family == OMF_copy ||
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
   45          M->getMethodFamily() == OMF_copy ||
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  551     if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family)