Searched refs:ActionType (Results 1 – 15 of 15) sorted by relevance
35 PluginASTAction::ActionType getActionType() override { in getActionType()59 PluginASTAction::ActionType getActionType() override { in getActionType()83 PluginASTAction::ActionType getActionType() override { in getActionType()107 PluginASTAction::ActionType getActionType() override { in getActionType()
39 enum class ActionType { enum48 static cl::opt<ActionType>49 Action(cl::desc("Action:"), cl::init(ActionType::None),51 clEnumValN(ActionType::PrintSourceSymbols,354 if (options::Action == ActionType::None) { in indextest_core_main()359 if (options::Action == ActionType::PrintSourceSymbols) { in indextest_core_main()
24 enum ActionType { enum32 static cl::opt<ActionType> Action(
196 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer() local197 if (ActionType == PluginASTAction::CmdlineAfterMainAction || in CreateWrappedASTConsumer()198 ActionType == PluginASTAction::CmdlineBeforeMainAction) { in CreateWrappedASTConsumer()203 if (ActionType == PluginASTAction::CmdlineBeforeMainAction) in CreateWrappedASTConsumer()204 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()206 ActionType = PluginASTAction::AddAfterMainAction; in CreateWrappedASTConsumer()209 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()210 ActionType == PluginASTAction::AddAfterMainAction) && in CreateWrappedASTConsumer()215 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
272 enum ActionType { enum284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType()
22 enum ActionType { enum74 cl::opt<ActionType> Action(
53 PluginASTAction::ActionType getActionType() override { in getActionType()
26 enum ActionType { enum101 cl::opt<ActionType> Action(
153 PluginASTAction::ActionType getActionType() override { in getActionType()
214 enum ActionType { enum221 static cl::opt<ActionType> Action(
53 enum ActionType { enum61 static cl::opt<ActionType> Action(
62 enum ActionType { enum73 cl::opt<ActionType> Action(
200 PluginASTAction::ActionType getActionType() override {
457 a. Add the name to the enumerated type ``ActionType``.459 #. Add a keyword to the ``ActionType`` command option using the
1506 enum ActionType { Push, Pop, Attribute }; enum1508 ActionType Action;