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
  541   const DeclRefExpr *Obj = getDeclRef(Base);
  545           dyn_cast<CXXOperatorCallExpr>(Base->IgnoreParenImpCasts())) {
  578         Base->getExprLoc(), 0, Context->getSourceManager(),
  584                      SourceRange(Base->getExprLoc(), ArrowLoc)));