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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
  304   auto *A = new (C) AbiTagAttr(C, *this, tags_, tags_Size);
gen/tools/clang/include/clang/AST/Attrs.inc
  473               , tags_Size(TagsSize), tags_(new (Ctx, 16) StringRef[tags_Size])
  475     for (size_t I = 0, E = tags_Size; I != E;
  499   tags_iterator tags_end() const { return tags_ + tags_Size; }
  500   unsigned tags_size() const { return tags_Size; }