Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp90 TestSourceSelectionArgument(TestSelectionRangesInFile TestSelections) in TestSourceSelectionArgument() argument
91 : TestSelections(std::move(TestSelections)) {} in TestSourceSelectionArgument()
93 void print(raw_ostream &OS) override { TestSelections.dump(OS); } in print()
97 return TestSelections.createConsumer(); in createCustomConsumer()
104 return TestSelections.foreachRange(SM, Callback); in forAllRanges()
108 TestSelectionRangesInFile TestSelections; member in __anonc4972ed60111::TestSourceSelectionArgument