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

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  270   while (Begin != End) {
  271     LargestTypeIndex = std::max(LargestTypeIndex, Begin);
  272     auto Idx = Begin.toArrayIndex();
  276     ++Begin;