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

References

tools/clang/include/clang/Analysis/Support/BumpVector.h
  229   if (NewCapacity < MinSize)
  230     NewCapacity = MinSize;
  233   T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity);
  251   Capacity = Begin+NewCapacity;