Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DTestSupport.cpp307 static const Regex RangeRegex( in findTestSelectionRanges() local
341 if (!RangeRegex.match(Comment, &Matches) || Comment.contains("CHECK")) { in findTestSelectionRanges()