Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp117 case MigrateSource: in CreateFrontendBaseAction()
120 case MigrateSource: Action = "MigrateSource"; break; in CreateFrontendBaseAction()
155 if (CI.getFrontendOpts().ProgramAction != frontend::MigrateSource && in CreateFrontendAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h139 MigrateSource, enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2489 {frontend::MigrateSource, OPT_migrate}, in getFrontendActionTable()
4142 case frontend::MigrateSource: in isStrictlyPreprocessorAction()