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

References

include/llvm/ADT/CachedHashString.h
  112       : Size(Other.Size), Hash(Other.Hash) {
  112       : Size(Other.Size), Hash(Other.Hash) {
  113     if (Other.isEmptyOrTombstone()) {
  114       P = Other.P;
  117       memcpy(P, Other.P, Size);