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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 5656         std::memcpy(section, Section.data(), sectionLength);
 5664     return llvm::StringRef(section, sectionLength);
 5671     this->section = new (C, 1) char [sectionLength];
 5673       std::memcpy(this->section, S.data(), sectionLength);