Lines Matching refs:FormatTokenLexer
25 FormatTokenLexer::FormatTokenLexer( in FormatTokenLexer() function in clang::format::FormatTokenLexer
63 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
85 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
185 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
201 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier()
225 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral()
315 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = {
320 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual()
338 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables()
358 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach()
372 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach()
394 bool FormatTokenLexer::tryTransformTryUsageForC() { in tryTransformTryUsageForC()
414 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
440 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, in tryMergeTokens()
465 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
478 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
503 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
558 void FormatTokenLexer::handleCSharpVerbatimAndInterpolatedStrings() { in handleCSharpVerbatimAndInterpolatedStrings()
620 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings()
687 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment()
708 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro()
745 bool FormatTokenLexer::tryMergeConflictMarkers() { in tryMergeConflictMarkers()
807 FormatToken *FormatTokenLexer::getStashedToken() { in getStashedToken()
826 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken()
1038 void FormatTokenLexer::readRawToken(FormatToken &Tok) { in readRawToken()
1074 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer()