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