Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp76 static const DeclarationMatcher initToZeroMatcher() { in initToZeroMatcher() function
114 hasLoopInit(declStmt(hasSingleDecl(initToZeroMatcher()))), in makeArrayLoopMatcher()
289 containsDeclaration(0, initToZeroMatcher()), in makePseudoArrayLoopMatcher()
291 declStmt(hasSingleDecl(initToZeroMatcher())))), in makePseudoArrayLoopMatcher()