Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DTestSupport.h64 std::unique_ptr<ClangRefactorToolConsumerInterface> createConsumer() const;
H A DTestSupport.cpp259 TestSelectionRangesInFile::createConsumer() const { in createConsumer() function in clang::refactor::TestSelectionRangesInFile
H A DClangRefactor.cpp97 return TestSelections.createConsumer(); in createCustomConsumer()