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()
198 bool FormatTokenLexer::tryMergeNSStringLiteral() { in tryMergeNSStringLiteral()
214 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() { in tryMergeJSPrivateIdentifier()
238 bool FormatTokenLexer::tryMergeCSharpStringLiteral() { in tryMergeCSharpStringLiteral()
279 const llvm::StringSet<> FormatTokenLexer::CSharpAttributeTargets = {
284 bool FormatTokenLexer::tryMergeNullishCoalescingEqual() { in tryMergeNullishCoalescingEqual()
303 bool FormatTokenLexer::tryMergeCSharpKeywordVariables() { in tryMergeCSharpKeywordVariables()
323 bool FormatTokenLexer::tryTransformCSharpForEach() { in tryTransformCSharpForEach()
337 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach()
359 bool FormatTokenLexer::tryTransformTryUsageForC() { in tryTransformTryUsageForC()
379 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
408 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, in tryMergeTokens()
432 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
445 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
470 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
584 void FormatTokenLexer::handleCSharpVerbatimAndInterpolatedStrings() { in handleCSharpVerbatimAndInterpolatedStrings()
1112 bool FormatTokenLexer::readRawTokenVerilogSpecific(Token &Tok) { in readRawTokenVerilogSpecific()
1153 void FormatTokenLexer::readRawToken(FormatToken &Tok) { in readRawToken()
1190 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer()