Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp76 case PluginAction: { in CreateFrontendBaseAction()
219 Clang->getFrontendOpts().ProgramAction = clang::frontend::PluginAction; in ExecuteCompilerInvocation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h109 PluginAction, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp193 [&](const std::string &PluginAction) { in CreateWrappedASTConsumer() argument
194 return PluginAction == Plugin.getName(); in CreateWrappedASTConsumer()
H A DCompilerInvocation.cpp2447 assert(Opts.ProgramAction == frontend::PluginAction && in GenerateFrontendArgs()
2652 Opts.ProgramAction = frontend::PluginAction; in ParseFrontendArgs()
4074 case frontend::PluginAction: in isStrictlyPreprocessorAction()