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
  440       if (!CType->isPointerType())
  442       CType = CType->getPointeeType();
  442       CType = CType->getPointeeType();
  447     CType = CType.getNonReferenceType();
  447     CType = CType.getNonReferenceType();
  448     return CType.isConstQualified();