Searched refs:AddBeforeMainAction (Results 1 – 6 of 6) sorted by relevance
54 return AddBeforeMainAction; in getActionType()
36 return AddBeforeMainAction; in getActionType()
154 return AddBeforeMainAction; in getActionType()
278 AddBeforeMainAction, ///< Execute the action before the main action enumerator
204 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()209 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()215 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
212 optimizations. Use ``CmdlineBeforeMainAction`` or ``AddBeforeMainAction`` as