Searched refs:ExecutorName (Results 1 – 6 of 6) sorted by relevance
20 ExecutorName("executor", llvm::cl::desc("The name of the executor to use."), variable70 if (I->getName() != ExecutorName) { in createExecutorFromCommandLineArgsImpl()85 llvm::Twine("Executor \"") + ExecutorName + "\" is not registered.", in createExecutorFromCommandLineArgsImpl()
21 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor
17 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()
40 extern llvm::cl::opt<std::string> ExecutorName;