Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DExecution.cpp20 ExecutorName("executor", llvm::cl::desc("The name of the executor to use."), variable
70 if (I->getName() != ExecutorName) { in createExecutorFromCommandLineArgsImpl()
85 llvm::Twine("Executor \"") + ExecutorName + "\" is not registered.", in createExecutorFromCommandLineArgsImpl()
H A DStandaloneExecution.cpp21 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor
H A DAllTUsExecution.cpp17 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor"; member in clang::tooling::AllTUsToolExecutor
/freebsd-12.1/contrib/llvm/tools/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.h40 extern llvm::cl::opt<std::string> ExecutorName;