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

References

tools/clang/include/clang/Basic/ObjCRuntime.h
  291     return hasNativeARC();
tools/clang/lib/CodeGen/CGObjC.cpp
 1968     if (!CGM.getLangOpts().ObjCRuntime.hasNativeARC() &&
 3449   if (CGM.getLangOpts().ObjCRuntime.hasNativeARC()) {
tools/clang/lib/Driver/ToolChains/Darwin.cpp
  943   if ((runtime.hasNativeARC() || !isObjCAutoRefCount(Args)) &&