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

References

include/llvm/ADT/StringMap.h
  243   AllocatorTy Allocator;
  253   explicit StringMap(AllocatorTy A)
  256   StringMap(unsigned InitialSize, AllocatorTy A)
  326   AllocatorTy &getAllocator() { return Allocator; }
  327   const AllocatorTy &getAllocator() const { return Allocator; }