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.h284 AddBeforeMainAction, ///< Execute the action before the main action enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp358 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()
363 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()
369 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()