reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
222 char *TextPtr = Allocator.Allocate<char>(Length + 1); 224 memcpy(TextPtr, WordText.c_str(), Length + 1); 225 StringRef Text = StringRef(TextPtr, Length);