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
   80             ExprMutationAnalyzer(*ForLoop->getInc(), *Context)
   83             ExprMutationAnalyzer(*ForLoop->getBody(), *Context)
   86             ExprMutationAnalyzer(*ForLoop->getCond(), *Context).isMutated(Var));
   88   return ExprMutationAnalyzer(*LoopStmt, *Context).isMutated(Var);