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

References

tools/clang/tools/extra/clang-tidy/modernize/LoopConvertCheck.cpp
  419         canBeModified(Context, U.Expression))
  429     if (U.Expression && !U.Expression->isRValue())
  429     if (U.Expression && !U.Expression->isRValue())
  577       if (Usage.Expression) {
  582         auto Parents = Context->getParents(*Usage.Expression);
  691     if (!U.Expression || U.Expression->getType().isNull())
  691     if (!U.Expression || U.Expression->getType().isNull())
  693     QualType Type = U.Expression->getType().getCanonicalType();
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.h
  236       : Expression(E), Kind(UK_Default), Range(Expression->getSourceRange()) {}