Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h278 AddBeforeMainAction, ///< Execute the action before the main action enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp210 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()
215 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()
221 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()