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

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

Completed in 113 milliseconds