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

Declarations

tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.h
  275 const DeclRefExpr *getDeclRef(const Expr *E);

References

tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  374   if (const DeclRefExpr *DRE = getDeclRef(E))
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  213   const DeclRefExpr *Decl = getDeclRef(E);
  255   const DeclRefExpr *Idx = getDeclRef(IndexExpr);
  541   const DeclRefExpr *Obj = getDeclRef(Base);
  556       Obj = getDeclRef(Call->getArg(0));