Searched refs:FormatTokenLexer (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Format/ |
D | FormatTokenLexer.cpp | 26 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 …]
|
D | FormatTokenLexer.h | 29 class FormatTokenLexer { 31 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID,
|
D | CMakeLists.txt | 9 FormatTokenLexer.cpp
|
D | TokenAnalyzer.h | 90 FormatTokenLexer &Tokens, tooling::Replacements &Result) = 0;
|
D | SortJavaScriptImports.cpp | 36 class FormatTokenLexer; 130 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()
|
D | TokenAnalyzer.cpp | 93 FormatTokenLexer Tokens(Env.getSourceManager(), Env.getFileID(), Style, in process()
|
D | Format.cpp | 803 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze() 994 FormatTokenLexer &Tokens, tooling::Replacements &Result) override { in analyze()
|