Searched refs:getActionType (Results 1 – 8 of 8) sorted by relevance
35 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::AlwaysBeforeAction59 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::AlwaysAfterAction83 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::CmdAfterAction107 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::CmdBeforeAction
53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon2ff1a52e0111::AnnotateFunctionsAction
84 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()85 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 __anon319b1c190111::CallSuperAction
284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function
196 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
1114 if (P->getActionType() == PluginASTAction::ReplaceAction) { in LoadRequestedPlugins()