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

References

tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  290   if (!SourceExpr || !Obj || !isIndexInSubscriptExpr(IndexExpr, IndexVar))
  384     return isIndexInSubscriptExpr(E->getIdx(), IndexVar);
  396       return isIndexInSubscriptExpr(OpCall->getArg(1), IndexVar);
  408       return isIndexInSubscriptExpr(MemCall->getArg(0), IndexVar);
  691   if (!isIndexInSubscriptExpr(E->getIdx(), IndexVar))