Searched refs:getActionType (Results 1 – 4 of 4) sorted by relevance
127 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()128 P->getActionType() != PluginASTAction::CmdlineAfterMainAction) || in CreateFrontendBaseAction()
290 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function
350 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
1133 if (P->getActionType() == PluginASTAction::ReplaceAction) { in LoadRequestedPlugins()