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 111 case MigrateSource: return new arcmt::MigrateSourceAction();
113 case MigrateSource: Action = "MigrateSource"; break;
147 if (CI.getFrontendOpts().ProgramAction != frontend::MigrateSource &&
  /external/clang/include/clang/Frontend/
FrontendOptions.h 56 MigrateSource, ///< Run migrator.
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 779 Opts.ProgramAction = frontend::MigrateSource; break;
    [all...]

Completed in 115 milliseconds