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

/freebsd-current/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp24 enum ActionType { enum
32 static cl::opt<ActionType> Action(
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h272 enum ActionType { enum in class:clang::PluginASTAction
284 virtual ActionType getActionType() { return CmdlineAfterMainAction; }
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp202 PluginASTAction::ActionType ActionType = P->getActionType(); local
203 if (ActionType == PluginASTAction::CmdlineAfterMainAction ||
204 ActionType == PluginASTAction::CmdlineBeforeMainAction) {
209 if (ActionType == PluginASTAction::CmdlineBeforeMainAction)
210 ActionType = PluginASTAction::AddBeforeMainAction;
212 ActionType = PluginASTAction::AddAfterMainAction;
215 if ((ActionType == PluginASTAction::AddBeforeMainAction ||
216 ActionType == PluginASTAction::AddAfterMainAction) &&
221 if (ActionType
[all...]
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DTableGen.cpp26 enum ActionType { enum
116 cl::opt<ActionType> Action(
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp214 enum ActionType { enum
222 static cl::opt<ActionType> Action(
/freebsd-current/sys/dev/mwl/
H A Dmwlreg.h1125 uint32_t ActionType; // ENCR_ACTION_TYPE member in struct:__anon3662
1135 uint32_t ActionType; // ENCR_ACTION_TYPE member in struct:__anon3663
1243 uint32_t ActionType; member in struct:__anon3671
H A Dmwlhal.c1188 pCmd->ActionType = htole32(EncrActionTypeSetGroupKey);
1190 pCmd->ActionType = htole32(EncrActionTypeSetKey);
1236 pCmd->ActionType = htole16(EncrActionTypeRemoveKey);
1381 pCmd->ActionType = htole32(BaCheckCreateStream);
1473 pCmd->ActionType = htole32(BaCreateStream);
1531 pCmd->ActionType = htole32(BaDestroyStream);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp53 enum ActionType { enum
61 static cl::opt<ActionType> Action(
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1605 enum ActionType { Push, Pop, Attribute }; enum in struct:__anon682::PragmaAttributeInfo
1607 ActionType Action;

Completed in 175 milliseconds