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