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

References

tools/clang/include/clang/Sema/ParsedAttr.h
  611     Attrs.push_back(attr);
  616     assert(llvm::is_contained(Attrs, attr) &&
  618     Attrs.erase(llvm::find(Attrs, attr));
  618     Attrs.erase(llvm::find(Attrs, attr));
  638     Attrs.clear();
  644     pool.Attrs.clear();
tools/clang/lib/Sema/ParsedAttr.cpp
   94   for (ParsedAttr *AL : cur.Attrs)
   99   Attrs.insert(Attrs.end(), pool.Attrs.begin(), pool.Attrs.end());
   99   Attrs.insert(Attrs.end(), pool.Attrs.begin(), pool.Attrs.end());
   99   Attrs.insert(Attrs.end(), pool.Attrs.begin(), pool.Attrs.end());
   99   Attrs.insert(Attrs.end(), pool.Attrs.begin(), pool.Attrs.end());
  100   pool.Attrs.clear();