Home
last modified time | relevance | path

Searched defs:ExecutorName (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor
H A DExecution.cpp19 ExecutorName("executor", llvm::cl::desc("The name of the executor to use."), variable
H A DAllTUsExecution.cpp19 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor"; member in clang::tooling::AllTUsToolExecutor
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp93 static const char *ExecutorName; global() member in clang::tooling::TestToolExecutor
124 const char *TestToolExecutor::ExecutorName = "test-executor"; global() member in clang::tooling::TestToolExecutor