Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp38 enum class ActionType { enum
47 static cl::opt<ActionType>
48 Action(cl::desc("Action:"), cl::init(ActionType::None),
50 clEnumValN(ActionType::PrintSourceSymbols,
350 if (options::Action == ActionType::None) { in indextest_core_main()
355 if (options::Action == ActionType::PrintSourceSymbols) { in indextest_core_main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h272 enum ActionType { enum
283 virtual ActionType getActionType() { return Cmdline; } in getActionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp188 PluginASTAction::ActionType ActionType = P->getActionType(); in CreateWrappedASTConsumer() local
189 if (ActionType == PluginASTAction::Cmdline) { in CreateWrappedASTConsumer()
196 ActionType = PluginASTAction::AddAfterMainAction; in CreateWrappedASTConsumer()
198 if ((ActionType == PluginASTAction::AddBeforeMainAction || in CreateWrappedASTConsumer()
199 ActionType == PluginASTAction::AddAfterMainAction) && in CreateWrappedASTConsumer()
204 if (ActionType == PluginASTAction::AddBeforeMainAction) { in CreateWrappedASTConsumer()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DTableGen.cpp22 enum ActionType { enum
72 cl::opt<ActionType> Action(
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
97 cl::opt<ActionType> Action(
/netbsd-src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp53 PluginASTAction::ActionType getActionType() override { in getActionType()
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp151 PluginASTAction::ActionType getActionType() override { in getActionType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp183 enum ActionType { enum
190 static cl::opt<ActionType>
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp51 enum ActionType { enum
59 static cl::opt<ActionType>
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangPlugins.rst178 PluginASTAction::ActionType getActionType() override {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp59 enum ActionType { enum
70 cl::opt<ActionType> Action(
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp1300 enum ActionType { Push, Pop, Attribute }; enum
1302 ActionType Action;