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])
 5656         std::memcpy(section, Section.data(), sectionLength);
 5664     return llvm::StringRef(section, sectionLength);
 5667     return sectionLength;
 5670     sectionLength = S.size();
 5671     this->section = new (C, 1) char [sectionLength];
 5673       std::memcpy(this->section, S.data(), sectionLength);