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

References

gen/tools/clang/include/clang/AST/Attrs.inc
13693         std::memcpy(featuresStr, FeaturesStr.data(), featuresStrLength);
13701     return llvm::StringRef(featuresStr, featuresStrLength);
13708     this->featuresStr = new (C, 1) char [featuresStrLength];
13710       std::memcpy(this->featuresStr, S.data(), featuresStrLength);