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

References

include/llvm/ADT/TinyPtrVector.h
  313     assert(I >= this->begin() && "Insertion iterator is out of bounds.");
  314     assert(I <= this->end() && "Inserting past the end of the vector.");
  315     if (I == end()) {
  322       assert(I == begin());
  328     return Val.template get<VecTy*>()->insert(I, Elt);