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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 5653               , sectionLength(Section.size()),section(new (Ctx, 1) char[sectionLength])
 5655       if (!Section.empty())
 5656         std::memcpy(section, Section.data(), sectionLength);