Searched defs:ExecutorName (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Tooling/ | ||
D | StandaloneExecution.cpp | 20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor |
D | Execution.cpp | 19 ExecutorName("executor", llvm::cl::desc("The name of the executor to use."), variable |
D | AllTUsExecution.cpp | 19 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor"; member in clang::tooling::AllTUsToolExecutor |
/external/llvm-project/clang/unittests/Tooling/ | ||
D | ExecutionTest.cpp | 93 static const char *ExecutorName; member in clang::tooling::TestToolExecutor |