Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h133 MigrateSource, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2393 {frontend::MigrateSource, OPT_migrate}, in getFrontendActionTable()
4079 case frontend::MigrateSource: in isStrictlyPreprocessorAction()