Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DTooSmallLoopVariableCheck.cpp60 StatementMatcher LoopVarConversionMatcher = traverse( in registerMatchers() local
83 hasLHS(LoopVarConversionMatcher), in registerMatchers()
86 hasLHS(LoopVarConversionMatcher), in registerMatchers()
89 hasRHS(LoopVarConversionMatcher)), in registerMatchers()
91 hasRHS(LoopVarConversionMatcher)))), in registerMatchers()