Home
last modified time | relevance | path

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

/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp34 void TestSelectionRangesInFile::dump(raw_ostream &OS) const { in dump()
43 bool TestSelectionRangesInFile::foreachRange( in foreachRange()
114 TestRefactoringResultConsumer(const TestSelectionRangesInFile &TestRanges) in TestRefactoringResultConsumer()
158 const TestSelectionRangesInFile &TestRanges;
260 TestSelectionRangesInFile::createConsumer() const { in createConsumer()
295 std::optional<TestSelectionRangesInFile>
384 TestSelectionRangesInFile TestRanges = {Filename.str(), {}}; in findTestSelectionRanges()
H A DTestSupport.h53 struct TestSelectionRangesInFile { struct
98 std::optional<TestSelectionRangesInFile>
H A DClangRefactor.cpp91 TestSourceSelectionArgument(TestSelectionRangesInFile TestSelections) in TestSourceSelectionArgument()
109 TestSelectionRangesInFile TestSelections;
151 std::optional<TestSelectionRangesInFile> ParsedTestSelection = in fromString()