Lines Matching refs:FormatToken
45 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
156 SmallVectorImpl<FormatToken *>::const_iterator First = in tryMergeTokens()
176 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
189 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
215 FormatToken *RegexToken = Tokens.back(); in tryParseJSRegexLiteral()
219 FormatToken *Prev = nullptr; in tryParseJSRegexLiteral()
270 FormatToken *BacktickToken = Tokens.back(); in handleTemplateStrings()
337 FormatToken *HashToken = Tokens.back(); in tryParsePythonComment()
360 FormatToken *Last = Tokens.back(); in tryMerge_TMacro()
364 FormatToken *String = Tokens[Tokens.size() - 2]; in tryMerge_TMacro()
371 FormatToken *Macro = Tokens[Tokens.size() - 4]; in tryMerge_TMacro()
440 FormatToken *Next = Tokens.back(); in tryMergeConflictMarkers()
456 FormatToken *FormatTokenLexer::getStashedToken() { in getStashedToken()
462 FormatTok = new (Allocator.Allocate()) FormatToken; in getStashedToken()
475 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken()
481 FormatTok = new (Allocator.Allocate()) FormatToken; in getNextToken()
679 void FormatTokenLexer::readRawToken(FormatToken &Tok) { in readRawToken()