Searched refs:getActionType (Results 1 – 6 of 6) sorted by relevance
69 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()70 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()204 if (P->getActionType() == PluginASTAction::ReplaceAction) { in ExecuteCompilerInvocation()
53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon903cf9820111::AnnotateFunctionsAction
121 class implements the ``getActionType`` method then the plugin is run128 PluginASTAction::ActionType getActionType() override {
156 public String getActionType() { in getActionType() method in ActionsSuggestionsModel.ActionSuggestion
264 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
156 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()