Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DTestSupport.cpp359 SmallVector<StringRef, 4> EndLocMatches; in findTestSelectionRanges() local
360 if (!EndLocRegex.match(Matches[3], &EndLocMatches)) { in findTestSelectionRanges()
366 if (EndLocMatches[1].drop_front().getAsInteger(10, EndLineOffset) || in findTestSelectionRanges()
367 EndLocMatches[2].getAsInteger(10, EndColumn)) in findTestSelectionRanges()