Searched defs:ExecutorName (Results 1 – 4 of 4) sorted by relevance
20 const char *StandaloneToolExecutor::ExecutorName = "StandaloneToolExecutor"; member in clang::tooling::StandaloneToolExecutor
19 ExecutorName("executor", llvm::cl::desc("The name of the executor to use."), variable
19 const char *AllTUsToolExecutor::ExecutorName = "AllTUsToolExecutor"; member in clang::tooling::AllTUsToolExecutor
142 static std::string defaultPath(const char *HostArgv0, StringRef ExecutorName) { in defaultPath()