Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DExecutionTest.cpp91 class TestToolExecutor : public ToolExecutor { class
95 TestToolExecutor(CommonOptionsParser Options) in TestToolExecutor() function in clang::tooling::TestToolExecutor
124 const char *TestToolExecutor::ExecutorName = "test-executor";
130 return std::make_unique<TestToolExecutor>(std::move(OptionsParser)); in create()
181 EXPECT_EQ(Executor->get()->getExecutorName(), TestToolExecutor::ExecutorName); in TEST()