Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.h48 struct TestSelectionRange { struct
57 SmallVector<TestSelectionRange, 8> Ranges; argument
H A DTestSupport.cpp54 for (const TestSelectionRange &Range : Group.Ranges) { in foreachRange()
312 std::map<std::string, SmallVector<TestSelectionRange, 8>> GroupedRanges; in findTestSelectionRanges()
374 TestSelectionRange Range = {Offset, EndOffset}; in findTestSelectionRanges()
376 Matches[1].str(), SmallVector<TestSelectionRange, 8>{Range})); in findTestSelectionRanges()