Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/
H A 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()
H A DStandaloneExecution.cpp20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor
H A DAllTUsExecution.cpp19 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor"; member in clang::tooling::AllTUsToolExecutor
/openbsd/gnu/llvm/clang/include/clang/Tooling/
H A DAllTUsExecution.h28 static const char *ExecutorName;
46 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
H A DStandaloneExecution.h33 static const char *ExecutorName;
54 StringRef getExecutorName() const override { return ExecutorName; } in getExecutorName()
H A DExecution.h39 extern llvm::cl::opt<std::string> ExecutorName;