Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp110 class TestRefactoringResultConsumer final class
113 TestRefactoringResultConsumer(const TestSelectionRangesInFile &TestRanges) in TestRefactoringResultConsumer() function in clang::refactor::__anon00bb63930111::TestRefactoringResultConsumer
118 ~TestRefactoringResultConsumer() { in ~TestRefactoringResultConsumer()
176 bool TestRefactoringResultConsumer::handleAllResults() { in handleAllResults()
260 return std::make_unique<TestRefactoringResultConsumer>(*this); in createConsumer()