Lines Matching defs:Text
159 StringRef Text) {
167 Result.setText(Text);
219 StringRef Text = StringRef(TextPtr, Length);
221 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
276 StringRef Text = StringRef(TextPtr, Length);
278 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
310 StringRef Text = StringRef(TextPtr, Length);
312 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
355 StringRef Text = StringRef(TextPtr, Length);
358 Pos.BufferPtr - WordBegin, Text);
868 StringRef Text;
873 Text = Tok.getVerbatimLineText();
876 Text = "";
882 Text);