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
  556       Obj = getDeclRef(Call->getArg(0));
  557       ResultExpr = Obj;
  562   if (Obj && exprReferencesVariable(IndexVar, Obj)) {
  562   if (Obj && exprReferencesVariable(IndexVar, Obj)) {
  570       ExprType = Obj->getType();