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

References

tools/clang/lib/ARCMigrate/ARCMT.cpp
  342   if (!origCI.getLangOpts()->ObjC)
  345   LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
  348   CompilerInvocation CInvokForCheck(origCI);
  354   CompilerInvocation CInvok(origCI);
  359   bool NoFinalizeRemoval = origCI.getMigratorOpts().NoFinalizeRemoval;
  372       new DiagnosticsEngine(DiagID, &origCI.getDiagnosticOpts(),
  376     origCI.getLangOpts()->ObjCAutoRefCount = true;