enum PluginASTAction::ActionType
Declared at: clang/include/clang/Frontend/FrontendAction.h:272
Enumerators
Name | Value | Comment |
---|---|---|
CmdlineBeforeMainAction | 0 | Execute the action before the main action if on the command line |
CmdlineAfterMainAction | 1 | Execute the action after the main action if on the command line |
ReplaceAction | 2 | Replace the main action |
AddBeforeMainAction | 3 | Execute the action before the main action |
AddAfterMainAction | 4 | Execute the action after the main action |