Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp109 case MigrateSource: in CreateFrontendBaseAction()
112 case MigrateSource: Action = "MigrateSource"; break; in CreateFrontendBaseAction()
145 if (CI.getFrontendOpts().ProgramAction != frontend::MigrateSource && in CreateFrontendAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h128 MigrateSource, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1659 Opts.ProgramAction = frontend::MigrateSource; break; in ParseFrontendArgs()
3061 case frontend::MigrateSource: in isStrictlyPreprocessorAction()