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()
823 if (!IfDef && (FormatTok->is(tok::kw_false) || FormatTok->TokenText == "0")) in parsePPIf()
825 if (IfDef && !IfNDef && FormatTok->TokenText == "SWIG") in parsePPIf()
886 IncludeGuardToken->TokenText == FormatTok->TokenText) { in parsePPDefine()
1063 Previous->is(TT_TemplateString) && Previous->TokenText.endswith("${"); in readTokenWithJavaScriptASI()
1078 Next->is(TT_TemplateString) && Next->TokenText.startswith("}"); in readTokenWithJavaScriptASI()
1504 StringRef Text = FormatTok->TokenText; in parseStructuralElement()
2754 FormatTok->TokenText != FormatTok->TokenText.upper(); in parseRecord()
3094 StringRef IndentContent = FormatTok.TokenText; in continuesLineCommentSection()
3095 if (FormatTok.TokenText.startswith("//") || in continuesLineCommentSection()
3096 FormatTok.TokenText.startswith("/*")) in continuesLineCommentSection()
3097 IndentContent = FormatTok.TokenText.substr(2); in continuesLineCommentSection()