Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp35 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::AlwaysBeforeAction
59 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::AlwaysAfterAction
83 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::CmdAfterAction
107 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon71b8eca40111::CmdBeforeAction
/openbsd-src/gnu/llvm/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon2ff1a52e0111::AnnotateFunctionsAction
/openbsd-src/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp84 if ((P->getActionType() != PluginASTAction::ReplaceAction && in CreateFrontendBaseAction()
85 P->getActionType() != PluginASTAction::CmdlineAfterMainAction) || in CreateFrontendBaseAction()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp153 PluginASTAction::ActionType getActionType() override { in getActionType() function in __anon319b1c190111::CallSuperAction
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp196 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer()
H A DCompilerInstance.cpp1114 if (P->getActionType() == PluginASTAction::ReplaceAction) { in LoadRequestedPlugins()