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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1597         case clang::OMF_alloc:
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  362         if (recME->getMethodFamily() == OMF_alloc &&
tools/clang/lib/AST/DeclObjC.cpp
  996     case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break;
 1019   case OMF_alloc:
tools/clang/lib/Analysis/RetainSummaryManager.cpp
 1039           case OMF_alloc:
 1058     case OMF_alloc:
tools/clang/lib/Basic/IdentifierTable.cpp
  534     if (startsWithWord(name, "alloc")) return OMF_alloc;
tools/clang/lib/CodeGen/CGObjC.cpp
  382   case OMF_alloc:
tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
   45         if (Rec->getMethodFamily() == OMF_alloc)
tools/clang/lib/Index/IndexBody.cpp
  222         if (RecE->getMethodFamily() == OMF_alloc)
tools/clang/lib/Sema/SemaDeclObjC.cpp
  266   case OMF_alloc:
  422     case OMF_alloc:
 2524   case OMF_alloc: familySelector = F_alloc; break;
 4753     case OMF_alloc:
tools/clang/lib/Sema/SemaExprObjC.cpp
 1222     case OMF_alloc:
 3050     case OMF_alloc:
 3083               case OMF_alloc:
 3523       case OMF_alloc:
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2219       if (family == OMF_alloc || family == OMF_copy ||
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  209       case OMF_alloc:
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  699         if (ME->getMethodFamily() == OMF_alloc)
tools/clang/tools/libclang/CXCursor.cpp
 1572       if (RecE->getMethodFamily() == OMF_alloc)