Home
last modified time | relevance | path

Searched refs:ActionType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h272 enum ActionType { enum
283 virtual ActionType getActionType() { return Cmdline; } in getActionType()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
60 cl::opt<ActionType>
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
69 cl::opt<ActionType> Action(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp189 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer() local
190 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()
/freebsd-12.1/sys/dev/mwl/
H A Dmwlreg.h1136 uint32_t ActionType; // ENCR_ACTION_TYPE member
1147 uint32_t ActionType; // ENCR_ACTION_TYPE member
1255 uint32_t ActionType; member
H A Dmwlhal.c1190 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()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp174 enum ActionType { enum
181 static cl::opt<ActionType>
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp45 enum ActionType { enum
53 static cl::opt<ActionType>
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp1146 enum ActionType { Push, Pop, Attribute }; enum
1148 ActionType Action;