Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp112 case MigrateSource: in CreateFrontendBaseAction()
115 case MigrateSource: Action = "MigrateSource"; break; in CreateFrontendBaseAction()
150 if (CI.getFrontendOpts().ProgramAction != frontend::MigrateSource && in CreateFrontendAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h133 MigrateSource, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2396 {frontend::MigrateSource, OPT_migrate}, in getFrontendActionTable()
4072 case frontend::MigrateSource: in isStrictlyPreprocessorAction()