Lines Matching refs:FormatTokenLexer

25 FormatTokenLexer::FormatTokenLexer(  in FormatTokenLexer()  function in clang::format::FormatTokenLexer
79 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
106 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
289 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
305 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier()
329 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral()
366 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = {
371 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual()
390 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables()
412 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach()
426 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach()
448 bool FormatTokenLexer::tryTransformTryUsageForC() { in tryTransformTryUsageForC()
468 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
496 bool FormatTokenLexer::tryMergeGreaterGreater() { in tryMergeGreaterGreater()
520 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, in tryMergeTokens()
534 bool FormatTokenLexer::tryMergeTokens(size_t Count, TokenType NewType) { in tryMergeTokens()
556 bool FormatTokenLexer::tryMergeTokensAny( in tryMergeTokensAny()
564 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
577 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
602 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
716 void FormatTokenLexer::handleCSharpVerbatimAndInterpolatedStrings() { in handleCSharpVerbatimAndInterpolatedStrings()
778 void FormatTokenLexer::handleTableGenMultilineString() { in handleTableGenMultilineString()
809 void FormatTokenLexer::handleTableGenNumericLikeIdentifier() { in handleTableGenNumericLikeIdentifier()
847 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings()
913 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment()
934 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro()
973 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers()
1033 FormatToken *FormatTokenLexer::getStashedToken() { in getStashedToken()
1058 void FormatTokenLexer::truncateToken(size_t NewLen) { in truncateToken()
1104 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken()
1341 bool FormatTokenLexer::readRawTokenVerilogSpecific(Token &Tok) { in readRawTokenVerilogSpecific()
1382 void FormatTokenLexer::readRawToken(FormatToken &Tok) { in readRawToken()
1412 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer()