Home
last modified time | relevance | path

Searched refs:MigrateSource (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp109 case MigrateSource: return new arcmt::MigrateSourceAction(); in CreateFrontendBaseAction()
111 case MigrateSource: Action = "MigrateSource"; break; in CreateFrontendBaseAction()
/external/clang/include/clang/Frontend/
DFrontendOptions.h56 MigrateSource, ///< Run migrator. enumerator
/external/clang/lib/Frontend/
DCompilerInvocation.cpp697 Opts.ProgramAction = frontend::MigrateSource; break; in ParseFrontendArgs()
1513 case frontend::MigrateSource: in ParsePreprocessorOutputArgs()