Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp115 case MigrateSource: in CreateFrontendBaseAction()
118 case MigrateSource: Action = "MigrateSource"; break; in CreateFrontendBaseAction()
153 if (CI.getFrontendOpts().ProgramAction != frontend::MigrateSource && in CreateFrontendAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h137 MigrateSource, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2570 {frontend::MigrateSource, OPT_migrate}, in getFrontendActionTable()
4291 case frontend::MigrateSource: in isStrictlyPreprocessorAction()