Searched refs:ActionType (Results 1 – 9 of 9) sorted by relevance
25 enum ActionType { enum33 static cl::opt<ActionType> Action(
350 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer() local351 if (ActionType == PluginASTAction::CmdlineAfterMainAction || in CreateWrappedASTConsumer()352 ActionType == PluginASTAction::CmdlineBeforeMainAction) { in CreateWrappedASTConsumer()357 if (ActionType == PluginASTAction::CmdlineBeforeMainAction) in CreateWrappedASTConsumer()358 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()360 ActionType = PluginASTAction::AddAfterMainAction; in CreateWrappedASTConsumer()363 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()364 ActionType == PluginASTAction::AddAfterMainAction) && in CreateWrappedASTConsumer()369 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
278 enum ActionType { enum290 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType()
25 enum ActionType { enum124 cl::opt<ActionType> Action(
1125 uint32_t ActionType; // ENCR_ACTION_TYPE member1135 uint32_t ActionType; // ENCR_ACTION_TYPE member1243 uint32_t ActionType; member
1188 pCmd->ActionType = htole32(EncrActionTypeSetGroupKey); in mwl_hal_keyset()1190 pCmd->ActionType = htole32(EncrActionTypeSetKey); in mwl_hal_keyset()1236 pCmd->ActionType = htole16(EncrActionTypeRemoveKey); in mwl_hal_keyreset()1381 pCmd->ActionType = htole32(BaCheckCreateStream); in bastream_check_available()1473 pCmd->ActionType = htole32(BaCreateStream); in mwl_hal_bastream_create()1531 pCmd->ActionType = htole32(BaDestroyStream); in mwl_hal_bastream_destroy()
222 enum ActionType { enum230 static cl::opt<ActionType> Action(
53 enum ActionType { enum61 static cl::opt<ActionType> Action(
1599 enum ActionType { Push, Pop, Attribute }; enum1601 ActionType Action;