Lines Matching refs:TokenText
61 return FormatTok.is(tok::comment) && !FormatTok.TokenText.startswith("/*"); in isLineComment()
669 if (I->Tok->TokenText != "goog") in isGoogScope()
675 if (I->Tok->TokenText != "scope") in isGoogScope()
821 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0")) in parsePPIf()
823 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()
884 IncludeGuardToken->TokenText == FormatTok->TokenText) { in parsePPDefine()
1016 Previous->is(TT_TemplateString) && Previous->TokenText.endswith("${"); in readTokenWithJavaScriptASI()
1031 Next->is(TT_TemplateString) && Next->TokenText.startswith("}"); in readTokenWithJavaScriptASI()
1446 StringRef Text = FormatTok->TokenText; in parseStructuralElement()
2676 FormatTok->TokenText != FormatTok->TokenText.upper(); in parseRecord()
3016 StringRef IndentContent = FormatTok.TokenText; in continuesLineCommentSection()
3017 if (FormatTok.TokenText.startswith("//") || in continuesLineCommentSection()
3018 FormatTok.TokenText.startswith("/*")) in continuesLineCommentSection()
3019 IndentContent = FormatTok.TokenText.substr(2); in continuesLineCommentSection()