Searched refs:ActionType (Results 1 – 9 of 9) sorted by relevance
272 enum ActionType { enum283 virtual ActionType getActionType() { return Cmdline; } in getActionType()
25 enum ActionType { enum60 cl::opt<ActionType>
25 enum ActionType { enum69 cl::opt<ActionType> Action(
189 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer() local190 if (ActionType == PluginASTAction::Cmdline) { in CreateWrappedASTConsumer()196 ActionType = PluginASTAction::AddAfterMainAction; in CreateWrappedASTConsumer()201 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()202 ActionType == PluginASTAction::AddAfterMainAction) && in CreateWrappedASTConsumer()205 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
1136 uint32_t ActionType; // ENCR_ACTION_TYPE member1147 uint32_t ActionType; // ENCR_ACTION_TYPE member1255 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()
174 enum ActionType { enum181 static cl::opt<ActionType>
45 enum ActionType { enum53 static cl::opt<ActionType>
1146 enum ActionType { Push, Pop, Attribute }; enum1148 ActionType Action;