Lines Matching refs:FormatTokenLexer
25 FormatTokenLexer::FormatTokenLexer( in FormatTokenLexer() function in clang::format::FormatTokenLexer
76 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
99 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
270 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
286 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier()
310 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral()
347 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = {
352 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual()
371 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables()
393 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach()
407 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach()
429 bool FormatTokenLexer::tryTransformTryUsageForC() { in tryTransformTryUsageForC()
449 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
478 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, in tryMergeTokens()
492 bool FormatTokenLexer::tryMergeTokens(size_t Count, TokenType NewType) { in tryMergeTokens()
514 bool FormatTokenLexer::tryMergeTokensAny( in tryMergeTokensAny()
522 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
535 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
560 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
674 void FormatTokenLexer::handleCSharpVerbatimAndInterpolatedStrings() { in handleCSharpVerbatimAndInterpolatedStrings()
736 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings()
802 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment()
823 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro()
862 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers()
922 FormatToken *FormatTokenLexer::getStashedToken() { in getStashedToken()
947 void FormatTokenLexer::truncateToken(size_t NewLen) { in truncateToken()
993 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken()
1224 bool FormatTokenLexer::readRawTokenVerilogSpecific(Token &Tok) { in readRawTokenVerilogSpecific()
1265 void FormatTokenLexer::readRawToken(FormatToken &Tok) { in readRawToken()
1302 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer()