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

References

lib/TableGen/Record.cpp
  537   if (!Entry.second)
  538     Entry.second = new(Allocator) StringInit(Entry.getKey());
  538     Entry.second = new(Allocator) StringInit(Entry.getKey());
  539   return Entry.second;