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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 1284               , annotationLength(Annotation.size()),annotation(new (Ctx, 1) char[annotationLength])
 1287         std::memcpy(annotation, Annotation.data(), annotationLength);
 1295     return llvm::StringRef(annotation, annotationLength);
 1298     return annotationLength;
 1301     annotationLength = S.size();
 1302     this->annotation = new (C, 1) char [annotationLength];
 1304       std::memcpy(this->annotation, S.data(), annotationLength);