Home
last modified time | relevance | path

Searched refs:ExecutorName (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/Tooling/
DExecution.cpp19 ExecutorName("executor", llvm::cl::desc("The name of the executor to use."), variable
67 if (TEPlugin.getName() != ExecutorName) { in createExecutorFromCommandLineArgsImpl()
82 llvm::Twine("Executor \"") + ExecutorName + "\" is not registered.", in createExecutorFromCommandLineArgsImpl()
DStandaloneExecution.cpp20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor
DAllTUsExecution.cpp19 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor"; member in clang::tooling::AllTUsToolExecutor
/external/llvm-project/clang/unittests/Tooling/
DExecutionTest.cpp93 static const char *ExecutorName; member in clang::tooling::TestToolExecutor
98 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
124 const char *TestToolExecutor::ExecutorName = "test-executor"; member in clang::tooling::TestToolExecutor
171 StandaloneToolExecutor::ExecutorName); in TEST()
181 EXPECT_EQ(Executor->get()->getExecutorName(), TestToolExecutor::ExecutorName); in TEST()
/external/llvm-project/clang/include/clang/Tooling/
DAllTUsExecution.h27 static const char *ExecutorName;
45 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
DStandaloneExecution.h32 static const char *ExecutorName;
53 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
DExecution.h39 extern llvm::cl::opt<std::string> ExecutorName;
/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp185 ExecutorName.setInitialValue("all-TUs"); in main()