Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp144 StatementMatcher makeIteratorLoopMatcher(bool IsReverse) { in makeIteratorLoopMatcher() function
503 Finder->addMatcher(traverse(TK_AsIs, makeIteratorLoopMatcher(false)), this); in registerMatchers()
506 Finder->addMatcher(traverse(TK_AsIs, makeIteratorLoopMatcher(true)), this); in registerMatchers()