Searched refs:getActionType (Results 1 – 4 of 4) sorted by relevance
84 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()85 P->getActionType() != PluginASTAction::CmdlineAfterMainAction) || in CreateFrontendBaseAction()
284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function
202 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
1128 if (P->getActionType() == PluginASTAction::ReplaceAction) { in LoadRequestedPlugins()