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

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  114   if (Index.isNoneType() || Index.isSimple())
  114   if (Index.isNoneType() || Index.isSimple())
  115     return TypeIndex::simpleTypeName(Index);
  121   if (auto EC = ensureTypeExists(Index)) {
  126   uint32_t I = Index.toArrayIndex();
  127   ensureCapacityFor(Index);
  129     StringRef Result = NameStorage.save(computeTypeName(*this, Index));