Lines Matching defs:TextPtr
164 Result.TextPtr = "<UNSET>";
216 char *TextPtr = Allocator.Allocate<char>(Length + 1);
218 memcpy(TextPtr, WordText.c_str(), Length + 1);
219 StringRef Text = StringRef(TextPtr, Length);
273 char *TextPtr = Allocator.Allocate<char>(Length + 1);
275 memcpy(TextPtr, WordText.c_str(), Length + 1);
276 StringRef Text = StringRef(TextPtr, Length);
307 char *TextPtr = Allocator.Allocate<char>(Length + 1);
309 memcpy(TextPtr, WordText.c_str(), Length + 1);
310 StringRef Text = StringRef(TextPtr, Length);
352 char *TextPtr = Allocator.Allocate<char>(Length + 1);
354 memcpy(TextPtr, WordText.c_str(), Length + 1);
355 StringRef Text = StringRef(TextPtr, Length);