Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h137 MigrateSource, enumerator
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2505 {frontend::MigrateSource, OPT_migrate}, in getFrontendActionTable()
4163 case frontend::MigrateSource: in isStrictlyPreprocessorAction()