Lines Matching refs:TokenText

977         CurrentToken->TokenText.front() == '$') {  in tryToParseTableGenTokVar()
1019 return std::find(Opes.begin(), Opes.end(), Tok.TokenText.str()) != in isTableGenDAGArgBreakingOperator()
1650 Previous->TokenText.starts_with("\"\"")) { in consumeToken()
1828 !CurrentToken->TokenText.starts_with("//")) { in parseIncludeDirective()
2044 return Tok.TokenText == "goog" && Tok.Next && Tok.Next->is(tok::period) && in isClosureImportStatement()
2046 (Tok.Next->Next->TokenText == "module" || in isClosureImportStatement()
2047 Tok.Next->Next->TokenText == "provide" || in isClosureImportStatement()
2048 Tok.Next->Next->TokenText == "require" || in isClosureImportStatement()
2049 Tok.Next->Next->TokenText == "requireType" || in isClosureImportStatement()
2050 Tok.Next->Next->TokenText == "forwardDeclare") && in isClosureImportStatement()
2334 LeadingIdentifier->TokenText == Current.Next->TokenText; in isDeductionGuide()
2450 if (Current.TokenText.starts_with("/*")) { in determineTokenType()
2451 if (Current.TokenText.ends_with("*/")) { in determineTokenType()
2486 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()
3539 Line->isComment() && !isClangFormatOff(Line->First->TokenText) && in setCommentLineLevels()
3643 return Prev->Previous->TokenText == Tok->TokenText; in isCtorOrDtorName()
4163 if ((Left.is(TT_TemplateString) && Left.TokenText.ends_with("${")) || in splitPenalty()
4164 (Right.is(TT_TemplateString) && Right.TokenText.starts_with("}"))) { in splitPenalty()
4258 bool is_short_annotation = Right.TokenText.size() < 10; in splitPenalty()
4689 return Style.isJavaScript() || !Left.TokenText.ends_with("=*/"); in spaceRequiredBetween()
4806 (Left.TokenText == "L" || Left.TokenText == "u" || in spaceRequiredBetween()
4807 Left.TokenText == "U" || Left.TokenText == "u8" || in spaceRequiredBetween()
4808 Left.TokenText == "LR" || Left.TokenText == "uR" || in spaceRequiredBetween()
4809 Left.TokenText == "UR" || Left.TokenText == "u8R")) { in spaceRequiredBetween()
4914 return Right.TokenText[0] != '.'; in spaceRequiredBefore()
5039 if ((Left.is(TT_TemplateString) && Left.TokenText.ends_with("${")) || in spaceRequiredBefore()
5040 (Right.is(TT_TemplateString) && Right.TokenText.starts_with("}"))) { in spaceRequiredBefore()
5148 if (Left.is(tok::identifier) && Left.TokenText[0] == '\\') in spaceRequiredBefore()
5491 (Right.is(tok::identifier) && Right.TokenText == "_"))) { in mustBreakBefore()
5746 if (Right.is(tok::string_literal) && Right.TokenText.starts_with("R\"")) { in mustBreakBefore()
5968 NonComment->TokenText == "asserts") { in canBreakBefore()
6331 llvm::errs() << " Text='" << Tok->TokenText << "'\n"; in printDebugInfo()