Home
last modified time | relevance | path

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

/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.h48 struct TestSelectionRange { struct
57 SmallVector<TestSelectionRange, 8> Ranges; argument
H A DTestSupport.cpp55 for (const TestSelectionRange &Range : Group.Ranges) { in foreachRange()
313 std::map<std::string, SmallVector<TestSelectionRange, 8>> GroupedRanges; in findTestSelectionRanges()
375 TestSelectionRange Range = {Offset, EndOffset}; in findTestSelectionRanges()