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) {
  116       P = new char[Size];
  117       memcpy(P, Other.P, Size);
  127       : P(Other.P), Size(Other.Size), Hash(Other.Hash) {
  136   StringRef val() const { return StringRef(P, Size); }
  137   uint32_t size() const { return Size; }
  148     swap(LHS.Size, RHS.Size);
  148     swap(LHS.Size, RHS.Size);