Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp83 case PluginAction: { in CreateFrontendBaseAction()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h121 PluginAction, enumerator
/src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp141 case frontend::PluginAction: in IncrementalAction()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2696 assert(Opts.ProgramAction == frontend::PluginAction && in GenerateFrontendArgs()
2940 Opts.ProgramAction = frontend::PluginAction; in ParseFrontendArgs()
4485 case frontend::PluginAction: in isStrictlyPreprocessorAction()
H A DCompilerInstance.cpp1140 getFrontendOpts().ProgramAction = clang::frontend::PluginAction; in LoadRequestedPlugins()