Home
last modified time | relevance | path

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

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