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

References

include/llvm/ADT/AllocatorList.h
   34 template <class T, class AllocatorT> class AllocatorList : AllocatorT {
   51   AllocatorT &getAlloc() { return *this; }
   52   const AllocatorT &getAlloc() const { return *this; }