Searched refs:ActionType (Results 1 – 10 of 10) sorted by relevance
24 enum ActionType { enum32 static cl::opt<ActionType> Action(
272 enum ActionType { enum283 virtual ActionType getActionType() { return Cmdline; } in getActionType()
22 enum ActionType { enum72 cl::opt<ActionType> Action(
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()
25 enum ActionType { enum98 cl::opt<ActionType> Action(
1127 uint32_t ActionType; // ENCR_ACTION_TYPE member1137 uint32_t ActionType; // ENCR_ACTION_TYPE member1245 uint32_t ActionType; member
1190 pCmd->ActionType = htole32(EncrActionTypeSetGroupKey); in mwl_hal_keyset()1192 pCmd->ActionType = htole32(EncrActionTypeSetKey); in mwl_hal_keyset()1238 pCmd->ActionType = htole16(EncrActionTypeRemoveKey); in mwl_hal_keyreset()1383 pCmd->ActionType = htole32(BaCheckCreateStream); in bastream_check_available()1475 pCmd->ActionType = htole32(BaCreateStream); in mwl_hal_bastream_create()1533 pCmd->ActionType = htole32(BaDestroyStream); in mwl_hal_bastream_destroy()
216 enum ActionType { enum223 static cl::opt<ActionType> Action(
53 enum ActionType { enum61 static cl::opt<ActionType> Action(
1300 enum ActionType { Push, Pop, Attribute }; enum1302 ActionType Action;