Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp79 case PluginAction: { in CreateFrontendBaseAction()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h113 PluginAction, enumerator
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp68 case frontend::PluginAction: in IncrementalAction()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2560 assert(Opts.ProgramAction == frontend::PluginAction && in GenerateFrontendArgs()
2783 Opts.ProgramAction = frontend::PluginAction; in ParseFrontendArgs()
4158 case frontend::PluginAction: in isStrictlyPreprocessorAction()
H A DCompilerInstance.cpp1115 getFrontendOpts().ProgramAction = clang::frontend::PluginAction; in LoadRequestedPlugins()