Searched refs:ActionType (Results 1 – 13 of 13) sorted by relevance
38 enum class ActionType { enum47 static cl::opt<ActionType>48 Action(cl::desc("Action:"), cl::init(ActionType::None),50 clEnumValN(ActionType::PrintSourceSymbols,350 if (options::Action == ActionType::None) { in indextest_core_main()355 if (options::Action == ActionType::PrintSourceSymbols) { in indextest_core_main()
272 enum ActionType { enum283 virtual ActionType getActionType() { return Cmdline; } in getActionType()
188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer() local189 if (ActionType == PluginASTAction::Cmdline) { in CreateWrappedASTConsumer()196 ActionType = PluginASTAction::AddAfterMainAction; in CreateWrappedASTConsumer()198 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()199 ActionType == PluginASTAction::AddAfterMainAction) && in CreateWrappedASTConsumer()204 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
22 enum ActionType { enum72 cl::opt<ActionType> Action(
25 enum ActionType { enum97 cl::opt<ActionType> Action(
53 PluginASTAction::ActionType getActionType() override { in getActionType()
151 PluginASTAction::ActionType getActionType() override { in getActionType()
183 enum ActionType { enum190 static cl::opt<ActionType>
51 enum ActionType { enum59 static cl::opt<ActionType>
178 PluginASTAction::ActionType getActionType() override {
59 enum ActionType { enum70 cl::opt<ActionType> Action(
457 a. Add the name to the enumerated type ``ActionType``.459 #. Add a keyword to the ``ActionType`` command option using the
1300 enum ActionType { Push, Pop, Attribute }; enum1302 ActionType Action;