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
200 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()205 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()211 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
212 optimizations. Use ``CmdlineBeforeMainAction`` or ``AddBeforeMainAction`` as