Lines Matching refs:TokenText
269 ((Previous.is(tok::identifier) && Previous.TokenText == "endl") ||
270 (Previous.Tok.isLiteral() && (Previous.TokenText.endswith("\\n\"") ||
271 Previous.TokenText == "\'\\n\'"))))
1108 StringRef Text = Current.TokenText;
1135 CommentPragmasRegex.match(Current.TokenText.substr(2)))
1144 CommentPragmasRegex.match(Current.TokenText.substr(2)))
1242 if (Current.TokenText.startswith("R\""))