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