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
  619     Type = Descriptor.ElemType.getUnqualifiedType();
  634       Type = Context->getLValueReferenceType(Context->getConstType(Type));
  634       Type = Context->getLValueReferenceType(Context->getConstType(Type));
  637         Type = Context->getRValueReferenceType(Type);
  637         Type = Context->getRValueReferenceType(Type);
  639       Type = Context->getLValueReferenceType(Type);
  639       Type = Context->getLValueReferenceType(Type);
  644   std::string TypeString = Type.getAsString(getLangOpts());