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

References

tools/clang/include/clang/Frontend/CompilerInvocation.h
  125   MigratorOptions MigratorOpts;
  193   MigratorOptions &getMigratorOpts() { return MigratorOpts; }
  194   const MigratorOptions &getMigratorOpts() const { return MigratorOpts; }
tools/clang/lib/ARCMigrate/Internals.h
  148   MigratorOptions MigOptions;
tools/clang/lib/Frontend/CompilerInvocation.cpp
  513 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {