Searched refs:ExecutorName (Results 1 – 6 of 6) 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
28 static const char *ExecutorName;46 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
33 static const char *ExecutorName;54 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
39 extern llvm::cl::opt<std::string> ExecutorName;