Home
last modified time | relevance | path

Searched refs:PluginAction (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp76 case PluginAction: { in CreateFrontendBaseAction()
219 Clang->getFrontendOpts().ProgramAction = clang::frontend::PluginAction; in ExecuteCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h109 PluginAction, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp193 [&](const std::string &PluginAction) { in CreateWrappedASTConsumer() argument
194 return PluginAction == Plugin.getName(); in CreateWrappedASTConsumer()
H A DCompilerInvocation.cpp2450 assert(Opts.ProgramAction == frontend::PluginAction && in GenerateFrontendArgs()
2655 Opts.ProgramAction = frontend::PluginAction; in ParseFrontendArgs()
4067 case frontend::PluginAction: in isStrictlyPreprocessorAction()