Searched refs:ExecutorName (Results 1 – 8 of 8) sorted by relevance
19 ExecutorName("executor", llvm::cl::desc("The name of the executor to use."), variable67 if (TEPlugin.getName() != ExecutorName) { in createExecutorFromCommandLineArgsImpl()82 llvm::Twine("Executor \"") + ExecutorName + "\" is not registered.", in createExecutorFromCommandLineArgsImpl()
20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor
19 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor"; member in clang::tooling::AllTUsToolExecutor
93 static const char *ExecutorName; member in clang::tooling::TestToolExecutor98 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()124 const char *TestToolExecutor::ExecutorName = "test-executor"; member in clang::tooling::TestToolExecutor171 StandaloneToolExecutor::ExecutorName); in TEST()181 EXPECT_EQ(Executor->get()->getExecutorName(), TestToolExecutor::ExecutorName); in TEST()
27 static const char *ExecutorName;45 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
32 static const char *ExecutorName;53 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
39 extern llvm::cl::opt<std::string> ExecutorName;
185 ExecutorName.setInitialValue("all-TUs"); in main()