Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp108 return CmdlineBeforeMainAction; in getActionType()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendAction.h273 CmdlineBeforeMainAction, ///< Execute the action before the main action if enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp192 ActionType == PluginASTAction::CmdlineBeforeMainAction) { in CreateWrappedASTConsumer()
199 if (ActionType == PluginASTAction::CmdlineBeforeMainAction) in CreateWrappedASTConsumer()
/llvm-project-15.0.7/clang/docs/
H A DClangPlugins.rst212 optimizations. Use ``CmdlineBeforeMainAction`` or ``AddBeforeMainAction`` as