Lines Matching refs:TokenText
150 assert(Tok.TokenText.endswith(Postfix)); in BreakableSingleLineToken()
151 Line = Tok.TokenText.substr( in BreakableSingleLineToken()
152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); in BreakableSingleLineToken()
204 getLineCommentIndentPrefix(Token.TokenText), "", in BreakableLineComment()
207 if (Token.TokenText.size() > Prefix.size() && in BreakableLineComment()
208 isAlphanumeric(Token.TokenText[Prefix.size()])) { in BreakableLineComment()
257 StringRef TokenText(Token.TokenText); in BreakableBlockComment() local
258 assert(TokenText.startswith("/*") && TokenText.endswith("*/")); in BreakableBlockComment()
259 TokenText.substr(2, TokenText.size() - 4).split(Lines, "\n"); in BreakableBlockComment()
397 Text.data() - Tok.TokenText.data() + Split.first; in insertBreak()
410 Text.data() - Tok.TokenText.data() + Split.first; in replaceWhitespace()
442 Tok.TokenText.data() - in replaceWhitespaceBefore()