Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp35 PluginASTAction::ActionType getActionType() override { in getActionType()
59 PluginASTAction::ActionType getActionType() override { in getActionType()
83 PluginASTAction::ActionType getActionType() override { in getActionType()
107 PluginASTAction::ActionType getActionType() override { in getActionType()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp39 enum class ActionType { enum
48 static cl::opt<ActionType>
49 Action(cl::desc("Action:"), cl::init(ActionType::None),
51 clEnumValN(ActionType::PrintSourceSymbols,
354 if (options::Action == ActionType::None) { in indextest_core_main()
359 if (options::Action == ActionType::PrintSourceSymbols) { in indextest_core_main()
/openbsd-src/gnu/llvm/lldb/utils/TableGen/
H A DLLDBTableGen.cpp24 enum ActionType { enum
32 static cl::opt<ActionType> Action(
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp196 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer() local
197 if (ActionType == PluginASTAction::CmdlineAfterMainAction || in CreateWrappedASTConsumer()
198 ActionType == PluginASTAction::CmdlineBeforeMainAction) { in CreateWrappedASTConsumer()
203 if (ActionType == PluginASTAction::CmdlineBeforeMainAction) in CreateWrappedASTConsumer()
204 ActionType = PluginASTAction::AddBeforeMainAction; in CreateWrappedASTConsumer()
206 ActionType = PluginASTAction::AddAfterMainAction; in CreateWrappedASTConsumer()
209 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()
210 ActionType == PluginASTAction::AddAfterMainAction) && in CreateWrappedASTConsumer()
215 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h272 enum ActionType { enum
284 virtual ActionType getActionType() { return CmdlineAfterMainAction; } in getActionType()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DTableGen.cpp22 enum ActionType { enum
74 cl::opt<ActionType> Action(
/openbsd-src/gnu/llvm/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DTableGen.cpp26 enum ActionType { enum
101 cl::opt<ActionType> Action(
/openbsd-src/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp153 PluginASTAction::ActionType getActionType() override { in getActionType()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp214 enum ActionType { enum
221 static cl::opt<ActionType> Action(
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp53 enum ActionType { enum
61 static cl::opt<ActionType> Action(
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp62 enum ActionType { enum
73 cl::opt<ActionType> Action(
/openbsd-src/gnu/llvm/clang/docs/
H A DClangPlugins.rst200 PluginASTAction::ActionType getActionType() override {
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst457 a. Add the name to the enumerated type ``ActionType``.
459 #. Add a keyword to the ``ActionType`` command option using the
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1506 enum ActionType { Push, Pop, Attribute }; enum
1508 ActionType Action;