Lines Matching refs:FormatTokenLexer
26 FormatTokenLexer::FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, in FormatTokenLexer() function in clang::format::FormatTokenLexer
45 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
63 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
109 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
125 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
151 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, in tryMergeTokens()
176 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
189 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
214 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
269 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings()
336 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment()
357 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro()
394 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers()
456 FormatToken *FormatTokenLexer::getStashedToken() { in getStashedToken()
475 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken()
679 void FormatTokenLexer::readRawToken(FormatToken &Tok) { in readRawToken()
715 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer()