HomeSort by relevance Sort by last modified time
    Searched refs:MigrateSource (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 107 case MigrateSource: return new arcmt::MigrateSourceAction();
109 case MigrateSource: Action = "MigrateSource"; break;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 55 MigrateSource, ///< Run migrator.
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 661 Opts.ProgramAction = frontend::MigrateSource; break;
    [all...]

Completed in 23 milliseconds