Searched refs:getActionType (Results 1 – 8 of 8) sorted by relevance
35 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::AlwaysBeforeAction59 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::AlwaysAfterAction83 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::CmdAfterAction107 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::CmdBeforeAction
53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon5db0db670111::AnnotateFunctionsAction
86 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()87 P->getActionType() != PluginASTAction::CmdlineAfterMainAction) || in CreateFrontendBaseAction()
193 class implements the ``getActionType`` method then the plugin is run200 PluginASTAction::ActionType getActionType() override {213 ``getActionType`` to run plugins while still benefitting from
153 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon174119720111::CallSuperAction
284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function
190 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
1103 if (P->getActionType() == PluginASTAction::ReplaceAction) { in LoadRequestedPlugins()