Searched refs:FormatTokenLexer (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 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() 372 bool FormatTokenLexer::tryMergeForEach() { in tryMergeForEach() 414 bool FormatTokenLexer::tryMergeLessLess() { in tryMergeLessLess() 503 void FormatTokenLexer::tryParseJSRegexLiteral() { in tryParseJSRegexLiteral() 620 void FormatTokenLexer::handleTemplateStrings() { in handleTemplateStrings() 687 void FormatTokenLexer::tryParsePythonComment() { in tryParsePythonComment() 708 bool FormatTokenLexer::tryMerge_TMacro() { in tryMerge_TMacro() [all …]
|
| H A D | FormatTokenLexer.h | 38 class FormatTokenLexer { 40 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
|
| H A D | UsingDeclarationsSorter.h | 30 FormatTokenLexer &Tokens) override;
|
| H A D | NamespaceEndCommentsFixer.h | 40 FormatTokenLexer &Tokens) override;
|
| H A D | TokenAnalyzer.h | 90 FormatTokenLexer &Tokens) = 0;
|
| H A D | TokenAnalyzer.cpp | 69 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(), in process()
|
| H A D | SortJavaScriptImports.cpp | 35 class FormatTokenLexer; 138 FormatTokenLexer &Tokens) override { in analyze()
|
| H A D | MacroExpander.cpp | 140 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8, in parseDefinition()
|
| H A D | UsingDeclarationsSorter.cpp | 186 FormatTokenLexer &Tokens) { in analyze()
|
| H A D | NamespaceEndCommentsFixer.cpp | 202 FormatTokenLexer &Tokens) { in analyze()
|
| H A D | Format.cpp | 1589 FormatTokenLexer &Tokens) override { in analyze() 1677 FormatTokenLexer &Tokens) override { in analyze() 1811 FormatTokenLexer &Tokens) override { in analyze() 1873 FormatTokenLexer &Tokens) override { in analyze() 2096 FormatTokenLexer &Tokens) override { in analyze()
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 371 SRCS_EXT+= Format/FormatTokenLexer.cpp
|