Home
last modified time | relevance | path

Searched refs:FormatTokenLexer (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Format/
DFormatTokenLexer.cpp26 FormatTokenLexer::FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, in FormatTokenLexer() function in clang::format::FormatTokenLexer
45 ArrayRef<FormatToken *> FormatTokenLexer::lex() { in lex()
61 void FormatTokenLexer::tryMergePreviousTokens() { in tryMergePreviousTokens()
88 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess()
114 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, in tryMergeTokens()
140 bool FormatTokenLexer::precedesOperand(FormatToken *Tok) { in precedesOperand()
153 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) { in canPrecedeRegexLiteral()
176 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral()
231 void FormatTokenLexer::tryParseTemplateString() { in tryParseTemplateString()
268 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro()
[all …]
DFormatTokenLexer.h29 class FormatTokenLexer {
31 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID,
DCMakeLists.txt9 FormatTokenLexer.cpp
DTokenAnalyzer.h90 FormatTokenLexer &Tokens, tooling::Replacements &Result) = 0;
DSortJavaScriptImports.cpp36 class FormatTokenLexer;
130 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()
DTokenAnalyzer.cpp93 FormatTokenLexer Tokens(Env.getSourceManager(), Env.getFileID(), Style, in process()
DFormat.cpp803 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()
994 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()