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

References

tools/clang/include/clang/Sema/ParsedAttr.h
  618     Attrs.erase(llvm::find(Attrs, attr));
  746     AttrList.erase(llvm::find(AttrList, ToBeRemoved));
unittests/ADT/TinyPtrVectorTest.cpp
  303   this->V.erase(this->V.begin());
  308   this->V.erase(this->V.begin());
  311   this->V.erase(std::next(this->V.begin(), 1));
  314   this->V.erase(std::next(this->V.begin(), 2));
  317   this->V.erase(std::next(this->V.begin(), 5));
  320   this->V.erase(std::next(this->V.begin(), 13));
  326     I = this->V.erase(I);
  415   this->V.erase(std::next(this->V.begin(), 4));