Searched refs:getActionType (Results 1 – 6 of 6) 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()
53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anondf1ea0e20111::AnnotateFunctionsAction
151 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anonc6678e4d0111::CallSuperAction
171 class implements the ``getActionType`` method then the plugin is run178 PluginASTAction::ActionType getActionType() override {
283 virtual ActionType getActionType() { return Cmdline; } in getActionType() function
188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()