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

References

tools/clang/tools/extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
   78   if (const auto *ForLoop = dyn_cast<ForStmt>(LoopStmt))
   88   return ExprMutationAnalyzer(*LoopStmt, *Context).isMutated(Var);