enum PluginASTAction::ActionType

Declared at: clang/include/clang/Frontend/FrontendAction.h:272

Enumerators

NameValueComment
CmdlineBeforeMainAction0Execute the action before the main action if on the command line
CmdlineAfterMainAction1Execute the action after the main action if on the command line
ReplaceAction2Replace the main action
AddBeforeMainAction3Execute the action before the main action
AddAfterMainAction4Execute the action after the main action