Lines Matching refs:TokenText
1196 !CurrentToken->TokenText.startswith("//")) in parseIncludeDirective()
1395 return Tok.TokenText == "goog" && Tok.Next && Tok.Next->is(tok::period) && in isClosureImportStatement()
1397 (Tok.Next->Next->TokenText == "module" || in isClosureImportStatement()
1398 Tok.Next->Next->TokenText == "provide" || in isClosureImportStatement()
1399 Tok.Next->Next->TokenText == "require" || in isClosureImportStatement()
1400 Tok.Next->Next->TokenText == "requireType" || in isClosureImportStatement()
1401 Tok.Next->Next->TokenText == "forwardDeclare") && in isClosureImportStatement()
1611 LeadingIdentifier->TokenText == Current.Next->TokenText); in isDeductionGuide()
1708 if (Current.TokenText.startswith("/*")) { in determineTokenType()
1709 if (Current.TokenText.endswith("*/")) in determineTokenType()
1732 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()
2732 if ((Left.is(TT_TemplateString) && Left.TokenText.endswith("${")) || in splitPenalty()
2733 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}"))) in splitPenalty()
2822 bool is_short_annotation = Right.TokenText.size() < 10; in splitPenalty()
3131 !Left.TokenText.endswith("=*/"); in spaceRequiredBetween()
3178 if (Right.is(tok::hash) && Left.is(tok::identifier) && Left.TokenText == "L") in spaceRequiredBetween()
3337 if ((Left.is(TT_TemplateString) && Left.TokenText.endswith("${")) || in spaceRequiredBefore()
3338 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}"))) in spaceRequiredBefore()
3494 if (Left.is(tok::exclaim) && Left.TokenText == "not") in spaceRequiredBefore()
3496 if (Left.is(tok::tilde) && Left.TokenText == "compl") in spaceRequiredBefore()
3772 if (Right.is(tok::string_literal) && Right.TokenText.startswith("R\"")) in mustBreakBefore()
3976 NonComment->TokenText == "asserts") in canBreakBefore()
4253 llvm::errs() << " Text='" << Tok->TokenText << "'\n"; in printDebugInfo()