Lines Matching refs:FormatTokenLexer

25 FormatTokenLexer::FormatTokenLexer(  in FormatTokenLexer()  function in clang::format::FormatTokenLexer
79 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
113 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
327 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
343 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier()
367 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral()
404 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = {
409 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual()
428 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables()
450 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach()
464 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach()
486 bool FormatTokenLexer::tryTransformTryUsageForC() { in tryTransformTryUsageForC()
506 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
534 bool FormatTokenLexer::tryMergeGreaterGreater() { in tryMergeGreaterGreater()
558 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, in tryMergeTokens()
572 bool FormatTokenLexer::tryMergeTokens(size_t Count, TokenType NewType) { in tryMergeTokens()
594 bool FormatTokenLexer::tryMergeTokensAny( in tryMergeTokensAny()
602 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
615 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
640 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
754 void FormatTokenLexer::handleCSharpVerbatimAndInterpolatedStrings() { in handleCSharpVerbatimAndInterpolatedStrings()
816 void FormatTokenLexer::handleTableGenMultilineString() { in handleTableGenMultilineString()
847 void FormatTokenLexer::handleTableGenNumericLikeIdentifier() { in handleTableGenNumericLikeIdentifier()
885 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings()
951 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment()
972 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro()
1011 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers()
1071 FormatToken *FormatTokenLexer::getStashedToken() { in getStashedToken()
1096 void FormatTokenLexer::truncateToken(size_t NewLen) { in truncateToken()
1142 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken()
1379 bool FormatTokenLexer::readRawTokenVerilogSpecific(Token &Tok) { in readRawTokenVerilogSpecific()
1420 void FormatTokenLexer::readRawToken(FormatToken &Tok) { in readRawToken()
1450 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer()