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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
  242     VectorData(const VectorData &VD) : Vect(VD.Vect) {}
  303   const std::vector<T> &elements() const { return Data->Vect; }
  324     Data->Vect.push_back(Elem);
  331     return Data->Vect[i];
  337     Data->Vect.erase(Data->Vect.begin() + i, Data->Vect.end());
  337     Data->Vect.erase(Data->Vect.begin() + i, Data->Vect.end());
  337     Data->Vect.erase(Data->Vect.begin() + i, Data->Vect.end());