reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
   85                              hasRHS(LoopBoundMatcher)),
   88                              hasRHS(LoopBoundMatcher)),
   89               binaryOperator(hasOperatorName(">"), hasLHS(LoopBoundMatcher),
   91               binaryOperator(hasOperatorName(">="), hasLHS(LoopBoundMatcher),