Searched refs:getActionType (Results 1 – 3 of 3) sorted by relevance
81 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()82 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()218 if (P->getActionType() == PluginASTAction::ReplaceAction) { in ExecuteCompilerInvocation()
283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()