Home
last modified time | relevance | path

Searched refs:getActionType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp35 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::AlwaysBeforeAction
59 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::AlwaysAfterAction
83 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::CmdAfterAction
107 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon45bf579d0111::CmdBeforeAction
/llvm-project-15.0.7/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon5db0db670111::AnnotateFunctionsAction
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp86 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()
87 P->getActionType() != PluginASTAction::CmdlineAfterMainAction) || in CreateFrontendBaseAction()
/llvm-project-15.0.7/clang/docs/
H A DClangPlugins.rst193 class implements the ``getActionType`` method then the plugin is run
200 PluginASTAction::ActionType getActionType() override {
213 ``getActionType`` to run plugins while still benefitting from
/llvm-project-15.0.7/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp153 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon174119720111::CallSuperAction
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendAction.h284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp190 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
H A DCompilerInstance.cpp1103 if (P->getActionType() == PluginASTAction::ReplaceAction) { in LoadRequestedPlugins()