Home
last modified time | relevance | path

Searched refs:AddBeforeMainAction (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp54 return AddBeforeMainAction; in getActionType()
/openbsd-src/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp36 return AddBeforeMainAction; in getActionType()
/openbsd-src/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp154 return AddBeforeMainAction; in getActionType()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h278 AddBeforeMainAction, ///< Execute the action before the main action enumerator
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp204 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()
209 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()
215 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangPlugins.rst212 optimizations. Use ``CmdlineBeforeMainAction`` or ``AddBeforeMainAction`` as