Lines Matching refs:TokenText

934             !CurrentToken->TokenText.startswith("//"))  in parseIncludeDirective()
1121 return Tok.TokenText == "goog" && Tok.Next && Tok.Next->is(tok::period) && in isClosureImportStatement()
1123 (Tok.Next->Next->TokenText == "module" || in isClosureImportStatement()
1124 Tok.Next->Next->TokenText == "provide" || in isClosureImportStatement()
1125 Tok.Next->Next->TokenText == "require" || in isClosureImportStatement()
1126 Tok.Next->Next->TokenText == "requireType" || in isClosureImportStatement()
1127 Tok.Next->Next->TokenText == "forwardDeclare") && in isClosureImportStatement()
1335 if (Current.TokenText.startswith("/*")) { in determineTokenType()
1336 if (Current.TokenText.endswith("*/")) in determineTokenType()
1358 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()
2224 if ((Left.is(TT_TemplateString) && Left.TokenText.endswith("${")) || in splitPenalty()
2225 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}"))) in splitPenalty()
2314 bool is_short_annotation = Right.TokenText.size() < 10; in splitPenalty()
2526 !Left.TokenText.endswith("=*/"); in spaceRequiredBetween()
2558 if (Right.is(tok::hash) && Left.is(tok::identifier) && Left.TokenText == "L") in spaceRequiredBetween()
2630 if ((Left.is(TT_TemplateString) && Left.TokenText.endswith("${")) || in spaceRequiredBefore()
2631 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}"))) in spaceRequiredBefore()
2938 if (Right.is(tok::string_literal) && Right.TokenText.startswith("R\"")) in mustBreakBefore()
3370 llvm::errs() << " Text='" << Tok->TokenText << "'\n"; in printDebugInfo()